diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-25 15:25:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-25 15:25:44 -0700 |
commit | 6741c2e64adabfa0422b6d60db177ca88a5eca35 (patch) | |
tree | 05b2b3563bd184fd4666e294d93a67140565cb90 /t/t0001-init.sh | |
parent | f612a71cc901e34f5cf154e6605b7251744f6b95 (diff) | |
parent | 09ffc706e48f93ed622a9a61704b2f767666b30d (diff) | |
download | git-6741c2e64adabfa0422b6d60db177ca88a5eca35.tar.gz |
Merge branch 'maint'
* maint:
init/clone: remove short option -L and document --separate-git-dir
Diffstat (limited to 't/t0001-init.sh')
-rwxr-xr-x | t/t0001-init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0001-init.sh b/t/t0001-init.sh index 8106af8fba..ad66410564 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -409,7 +409,7 @@ test_expect_success SYMLINKS 're-init to move gitdir symlink' ' cd newdir && mv .git here && ln -s here .git && - git init -L ../realgitdir + git init --separate-git-dir ../realgitdir ) && echo "gitdir: `pwd`/realgitdir" >expected && test_cmp expected newdir/.git && |