diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-01 16:42:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-01 16:42:36 -0400 |
commit | 0fdb71241a6621588ec885450cbb0c8edd015d5b (patch) | |
tree | 93634b3d8d121117af7f59d56da556f7dd7c9c48 /doc/bugs/git-annex_confuses_Git_with_nested_submodules | |
parent | 98fb47723990ce5af2eea7a52e4dd09add54ab99 (diff) |
update
Diffstat (limited to 'doc/bugs/git-annex_confuses_Git_with_nested_submodules')
-rw-r--r-- | doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_2_094baf6c3738691879fd907dd1729c56._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_2_094baf6c3738691879fd907dd1729c56._comment b/doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_2_094baf6c3738691879fd907dd1729c56._comment new file mode 100644 index 000000000..50d2f709a --- /dev/null +++ b/doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_2_094baf6c3738691879fd907dd1729c56._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-03-01T20:36:43Z" + content=""" +Here's a more minimal test case, not involving git-annex at all: + + git init gitdir + mkdir worktree + cd worktree + ln -s ../gitdir/.git .git + git submodule add /any/git/repo sub + + fatal: Could not chdir to '../../../sub': No such file or directory + +I have forwarded that test case to the git ML. +"""]] |