aboutsummaryrefslogtreecommitdiff
path: root/t/t2400-worktree-add.sh
AgeCommit message (Expand)Author
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood
2025-06-16t2400: replace 'test -[efd]' with 'test_path_is_*'Rodrigo Michelassi
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt
2024-04-05t: local VAR="VAL" (quote positional parameters)Junio C Hamano
2024-01-20t2400: avoid losing exit status to pipesAchu Luma
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano
2023-12-27Merge branch 'jc/checkout-B-branch-in-use'Junio C Hamano
2023-12-13checkout: forbid "-B <branch>" from touching a branch used elsewhereJunio C Hamano
2023-12-09worktree: standardize incompatibility messagesRené Scharfe
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano
2023-08-24Merge branch 'rj/branch-in-use-error-message'Junio C Hamano
2023-08-08branch: error message checking out a branch in useRubén Justo
2023-07-26t2400: rewrite regex to avoid unintentional PCREJacob Abel
2023-07-26t2400: drop no-op `--sq` from rev-parse callJacob Abel
2023-05-17worktree add: emit warn when there is a bad HEADJacob Abel
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel
2023-05-17worktree add: add --orphan flagJacob Abel
2023-05-17t2400: add tests to verify --quietJacob Abel
2023-05-17t2400: refactor "worktree add" opt exclusion testsJacob Abel
2023-05-17t2400: cleanup created worktree in testJacob Abel
2022-10-06Sync with 2.37.4Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.32.4Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01t/2NNNN: allow local submodulesTaylor Blau
2022-06-06tests: don't assume a .git/info for .git/info/graftsÆvar Arnfjörð Bjarmason
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz
2021-07-14t2400: clean up '"add" worktree with lock' testStephen Manz
2020-11-19t2*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine
2019-12-05Merge branch 'dl/t5520-cleanup'Junio C Hamano
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano
2019-05-15worktree add: sanitize worktree namesNguyễn Thái Ngọc Duy
2019-01-02move worktree tests to t24*Thomas Gummerer