Home
last modified time | relevance | path

Searched full:checkout (Results 1 – 25 of 25) sorted by relevance

/linux-6.15/tools/testing/ktest/examples/include/
Dpatchcheck.conf12 # You can use a SHA1, a git tag, or anything that git will accept for a checkout
28 # do a git checkout of this branch before starting. Obviously both
73 # Checkout the commit before the patches to test,
76 CHECKOUT = ${PATCHCHECK_START}~1
98 CHECKOUT = ${PATCH_CHECKOUT}
108 CHECKOUT = ${PATCH_CHECKOUT}
Dbisect.conf25 # It's best to specify the branch to checkout before starting the bisect.
26 CHECKOUT = origin/master
59 # By setting BISECT_START to a new commit. ktest.pl will checkout
/linux-6.15/tools/testing/selftests/rcutorture/bin/
Dkvm-check-branches.sh74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
75 echo git checkout return code: $? "(Commit $ntry: $i)"
93 git checkout "$curcommit"
/linux-6.15/drivers/gpu/drm/ci/
Dbuild-igt.sh30 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout
32 git checkout $IGT_VERSION
Dbuild.sh6 # Clean up stale rebases that GitLab might not have removed when reusing a checkout dir
/linux-6.15/scripts/
Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/linux-6.15/Documentation/admin-guide/
Dquickly-build-trimmed-linux.rst45 git checkout --force --detach origin/master
139 git clone --no-checkout --depth 1 -b master \
155 Now checkout the code you are interested in. If you just performed the
159 git checkout --detach origin/master
303 conflict with the sources you want to checkout::
305 git checkout --force --detach origin/master
598 git checkout --detach origin/master
634 add the mainline repo as additional remote and checkout the code from there::
639 git checkout --detach mainline/master
Dverify-bugs-and-bisect-regressions.rst59 git clone -o mainline --no-checkout \
386 git clone -o mainline --no-checkout \
547 lists a release from that series without an '[EOL]' tag, checkout the series
1300 git clone --no-checkout clone.bundle ~/linux/
1322 git clone -o mainline --no-checkout --depth 1 -b master \
Dworkload-tracing.rst192 Let’s checkout the latest Linux repository and build cscope database::
/linux-6.15/tools/testing/ktest/
Dktest.pl195 my $checkout;
362 "CHECKOUT" => \$checkout,
3134 run_command "git checkout $bad" or
3135 dodie "Failed to checkout $bad";
3146 run_command "git checkout $good" or
3147 dodie "Failed to checkout $good";
3156 # checkout where we started
3157 run_command "git checkout $head" or
3158 dodie "Failed to checkout $head";
3176 run_command "git checkout $start" or
[all …]
Dsample.conf979 # CHECKOUT = branch
982 # to checkout the given branch before running the TEST. If you
984 # all preceding tests until a new CHECKOUT is set.
997 # will checkout the PATCHCHECK_START commit.
1006 # that git checkout allows (branch name, tag, HEAD~3).
1040 # CHECKOUT = mybranch
1090 # will checkout that commit after doing the initial git bisect start,
1397 # CHECKOUT = v3.8
/linux-6.15/tools/memory-model/scripts/
Dcheckghlitmus.sh25 ( cd litmus; git checkout origin/master )
Dinitlitmushist.sh50 ( cd litmus; git checkout origin/master )
/linux-6.15/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst590 $ git checkout -t -b my-topical-branch master
605 $ git checkout -b patch-review [base-commit-id]
/linux-6.15/Documentation/translations/zh_TW/process/
Dsubmitting-patches.rst594 $ git checkout -t -b my-topical-branch master
609 $ git checkout -b patch-review [base-commit-id]
/linux-6.15/tools/testing/ktest/examples/
Dcrosstests.conf203 CHECKOUT = v3.2
/linux-6.15/tools/testing/selftests/hid/
Dvmtest.sh189 # By default the script searches for the kernel in the checkout directory but
/linux-6.15/tools/testing/selftests/bpf/
Dvmtest.sh368 # By default the script searches for the kernel in the checkout directory but
/linux-6.15/Documentation/process/
Dsubmitting-patches.rst856 $ git checkout -t -b my-topical-branch master
872 $ git checkout -b patch-review [base-commit-id]
/linux-6.15/Documentation/translations/it_IT/process/
Dsubmitting-patches.rst853 $ git checkout -t -b my-topical-branch master
869 $ git checkout -b patch-review [base-commit-id]
/linux-6.15/Documentation/translations/sp_SP/process/
Dsubmitting-patches.rst851 $ git checkout -t -b my-topical-branch master
867 $ git checkout -b patch-review [base-commit-id]
/linux-6.15/Documentation/block/
Dbfq-iosched.rst114 tasks (compilation, checkout, merge, etc.) much more quickly than CFQ,
/linux-6.15/drivers/block/drbd/
Ddrbd_actlog.c532 /* Checkout the refcounts. in drbd_al_begin_io_nonblock()
/linux-6.15/sound/pci/au88x0/
Dau88x0_core.c1995 Checkout/Checkin resource of given type.
1998 out: Mean checkout if != 0. Else mean Checkin resource.
/linux-6.15/tools/testing/nvdimm/test/
Dnfit.c2955 /* basic checkout of a typical 'get config size' command */ in nfit_ctl_test()