summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_confuses_Git_with_nested_submodules/comment_4_4bcd571dcd6c1e709e83e519135519b3._comment
blob: d663f337008ead98e09d28f0de4077640fcd6a2c (plain)
1
2
3
4
5
6
7
8
9
[[!comment format=mdwn
 username="mih"
 subject="Thanks"
 date="2016-03-02T19:30:49Z"
 content="""
Thanks for investigating this further.

One aspect that may make switching the location of the .git directory into the worktree of the submodule less desirable is this: With the actual .git in ../.git/modules/... one can easily rm -rf the submodule, deinit it, and re-init/update from the (still present) ../.git/modules/... at a later point in time. Especially, when a submodule is a more complicated beast (e.g. with multiple configured remotes) the required steps to regenerate the same setup get more complex.
"""]]