index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t2400-worktree-add.sh
Age
Commit message (
Expand
)
Author
2026-03-26
worktree add: stop reading ".git/HEAD"
Phillip Wood
2025-06-16
t2400: replace 'test -[efd]' with 'test_path_is_*'
Rodrigo Michelassi
2024-12-13
Merge branch 'cw/worktree-extension'
Junio C Hamano
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-08-01
builtin/worktree: fix leaking derived branch names
Patrick Steinhardt
2024-04-05
t: local VAR="VAL" (quote positional parameters)
Junio C Hamano
2024-01-20
t2400: avoid losing exit status to pipes
Achu Luma
2024-01-02
Merge branch 'jc/orphan-unborn'
Junio C Hamano
2023-12-27
Merge branch 'jc/checkout-B-branch-in-use'
Junio C Hamano
2023-12-13
checkout: forbid "-B <branch>" from touching a branch used elsewhere
Junio C Hamano
2023-12-09
worktree: standardize incompatibility messages
René Scharfe
2023-11-24
orphan/unborn: fix use of 'orphan' in end-user facing messages
Junio C Hamano
2023-08-24
Merge branch 'rj/branch-in-use-error-message'
Junio C Hamano
2023-08-08
branch: error message checking out a branch in use
Rubén Justo
2023-07-26
t2400: rewrite regex to avoid unintentional PCRE
Jacob Abel
2023-07-26
t2400: drop no-op `--sq` from rev-parse call
Jacob Abel
2023-05-17
worktree add: emit warn when there is a bad HEAD
Jacob Abel
2023-05-17
worktree add: extend DWIM to infer --orphan
Jacob Abel
2023-05-17
worktree add: introduce "try --orphan" hint
Jacob Abel
2023-05-17
worktree add: add --orphan flag
Jacob Abel
2023-05-17
t2400: add tests to verify --quiet
Jacob Abel
2023-05-17
t2400: refactor "worktree add" opt exclusion tests
Jacob Abel
2023-05-17
t2400: cleanup created worktree in test
Jacob Abel
2022-10-06
Sync with 2.37.4
Taylor Blau
2022-10-06
Sync with 2.35.5
Taylor Blau
2022-10-06
Sync with 2.32.4
Taylor Blau
2022-10-06
Sync with 2.30.6
Taylor Blau
2022-10-01
t/2NNNN: allow local submodules
Taylor Blau
2022-06-06
tests: don't assume a .git/info for .git/info/grafts
Ævar Arnfjörð Bjarmason
2022-03-17
tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
Ævar Arnfjörð Bjarmason
2022-02-08
worktree: copy sparse-checkout patterns and config on add
Derrick Stolee
2021-07-15
worktree: teach `add` to accept --reason <string> with --lock
Stephen Manz
2021-07-14
t2400: clean up '"add" worktree with lock' test
Stephen Manz
2020-11-19
t2*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-19
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-02-24
worktree: don't allow "add" validation to be fooled by suffix matching
Eric Sunshine
2019-12-05
Merge branch 'dl/t5520-cleanup'
Junio C Hamano
2019-11-21
t: teach test_cmp_rev to accept ! for not-equals
Denton Liu
2019-10-30
worktree: teach "add" to ignore submodule.recurse config
Philippe Blain
2019-06-13
Merge branch 'nd/corrupt-worktrees'
Junio C Hamano
2019-05-15
worktree add: sanitize worktree names
Nguyễn Thái Ngọc Duy
2019-01-02
move worktree tests to t24*
Thomas Gummerer