Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: follow the "last one wins" convention for --recurse-submodules
[gitweb.git]
/
t
/
t2025-worktree-add.sh
diff --git
a/t/t2025-worktree-add.sh
b/t/t2025-worktree-add.sh
index 8267411a0ec129a67cde5381cfd79824471d8fd2..369417498946fcebb901d8593bb584f3767b1e67 100755
(executable)
--- a/
t/t2025-worktree-add.sh
+++ b/
t/t2025-worktree-add.sh
@@
-193,4
+193,9
@@
test_expect_success '"add" -B/--detach mutually exclusive' '
test_must_fail git worktree add -B poodle --detach bamboo master
'
+test_expect_success 'local clone from linked checkout' '
+ git clone --local here here-clone &&
+ ( cd here-clone && git fsck )
+'
+
test_done