aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_2_094baf6c3738691879fd907dd1729c56._comment
blob: 50d2f709a7f8752db16e167bec710a798cb71156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
"""]]