aboutsummaryrefslogtreecommitdiffstats
path: root/t/t2400-worktree-add.sh
AgeCommit message (Expand)AuthorFilesLines
2025-06-16t2400: replace 'test -[efd]' with 'test_path_is_*'Rodrigo Michelassi1-10/+10
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano1-0/+46
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White1-0/+46
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt1-0/+1
2024-04-05t: local VAR="VAL" (quote positional parameters)Junio C Hamano1-1/+1
2024-01-20t2400: avoid losing exit status to pipesAchu Luma1-2/+4
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano1-3/+3
2023-12-27Merge branch 'jc/checkout-B-branch-in-use'Junio C Hamano1-0/+22
2023-12-13checkout: forbid "-B <branch>" from touching a branch used elsewhereJunio C Hamano1-0/+22
2023-12-09worktree: standardize incompatibility messagesRené Scharfe1-1/+1
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano1-3/+3
2023-08-24Merge branch 'rj/branch-in-use-error-message'Junio C Hamano1-1/+2
2023-08-08branch: error message checking out a branch in useRubén Justo1-1/+2
2023-07-26t2400: rewrite regex to avoid unintentional PCREJacob Abel1-6/+6
2023-07-26t2400: drop no-op `--sq` from rev-parse callJacob Abel1-1/+1
2023-05-17worktree add: emit warn when there is a bad HEADJacob Abel1-1/+17
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel1-0/+326
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel1-0/+37
2023-05-17worktree add: add --orphan flagJacob Abel1-0/+68
2023-05-17t2400: add tests to verify --quietJacob Abel1-0/+36
2023-05-17t2400: refactor "worktree add" opt exclusion testsJacob Abel1-10/+13
2023-05-17t2400: cleanup created worktree in testJacob Abel1-0/+1
2022-10-06Sync with 2.37.4Taylor Blau1-0/+2
2022-10-06Sync with 2.35.5Taylor Blau1-0/+2
2022-10-06Sync with 2.32.4Taylor Blau1-0/+2
2022-10-06Sync with 2.30.6Taylor Blau1-0/+2
2022-10-01t/2NNNN: allow local submodulesTaylor Blau1-0/+2
2022-06-06tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason1-0/+4
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason1-4/+1
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee1-2/+56
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz1-0/+14
2021-07-14t2400: clean up '"add" worktree with lock' testStephen Manz1-1/+1
2020-11-19t2*: adjust the references to the default branch name "main"Johannes Schindelin1-34/+34
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine1-0/+9
2019-12-05Merge branch 'dl/t5520-cleanup'Junio C Hamano1-2/+2
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu1-2/+2
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain1-0/+24
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano1-0/+12
2019-05-15worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy1-0/+5
2019-01-02move worktree tests to t24*Thomas Gummerer1-0/+573