Searched full:checkout (Results 1 – 25 of 25) sorted by relevance
/linux-6.15/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 12 # 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}
|
D | bisect.conf | 25 # 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/ |
D | kvm-check-branches.sh | 74 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/ |
D | build-igt.sh | 30 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout 32 git checkout $IGT_VERSION
|
D | build.sh | 6 # Clean up stale rebases that GitLab might not have removed when reusing a checkout dir
|
/linux-6.15/scripts/ |
D | objdiff | 12 # $ git checkout COMMIT_A 16 # $ git checkout COMMIT_B
|
/linux-6.15/Documentation/admin-guide/ |
D | quickly-build-trimmed-linux.rst | 45 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
|
D | verify-bugs-and-bisect-regressions.rst | 59 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 \
|
D | workload-tracing.rst | 192 Let’s checkout the latest Linux repository and build cscope database::
|
/linux-6.15/tools/testing/ktest/ |
D | ktest.pl | 195 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 …]
|
D | sample.conf | 979 # 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/ |
D | checkghlitmus.sh | 25 ( cd litmus; git checkout origin/master )
|
D | initlitmushist.sh | 50 ( cd litmus; git checkout origin/master )
|
/linux-6.15/Documentation/translations/zh_CN/process/ |
D | submitting-patches.rst | 590 $ 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/ |
D | submitting-patches.rst | 594 $ git checkout -t -b my-topical-branch master 609 $ git checkout -b patch-review [base-commit-id]
|
/linux-6.15/tools/testing/ktest/examples/ |
D | crosstests.conf | 203 CHECKOUT = v3.2
|
/linux-6.15/tools/testing/selftests/hid/ |
D | vmtest.sh | 189 # By default the script searches for the kernel in the checkout directory but
|
/linux-6.15/tools/testing/selftests/bpf/ |
D | vmtest.sh | 368 # By default the script searches for the kernel in the checkout directory but
|
/linux-6.15/Documentation/process/ |
D | submitting-patches.rst | 856 $ 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/ |
D | submitting-patches.rst | 853 $ 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/ |
D | submitting-patches.rst | 851 $ git checkout -t -b my-topical-branch master 867 $ git checkout -b patch-review [base-commit-id]
|
/linux-6.15/Documentation/block/ |
D | bfq-iosched.rst | 114 tasks (compilation, checkout, merge, etc.) much more quickly than CFQ,
|
/linux-6.15/drivers/block/drbd/ |
D | drbd_actlog.c | 532 /* Checkout the refcounts. in drbd_al_begin_io_nonblock()
|
/linux-6.15/sound/pci/au88x0/ |
D | au88x0_core.c | 1995 Checkout/Checkin resource of given type. 1998 out: Mean checkout if != 0. Else mean Checkin resource.
|
/linux-6.15/tools/testing/nvdimm/test/ |
D | nfit.c | 2955 /* basic checkout of a typical 'get config size' command */ in nfit_ctl_test()
|