summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-08 15:41:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-08 15:41:27 -0400
commitac0b50cc251eb683e67b1e8c1905fd6b3fe0df3f (patch)
tree50136af471aece0d869db86fe08811cbbf3df144 /doc
parentcc18eb7e745bf980f62de261c9fbc8a08b96dd48 (diff)
init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn2
-rw-r--r--doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink/comment_3_7781f13c070a3c79f5b63d3172b0280a._comment8
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn b/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn
index a6e14a288..43295e7a8 100644
--- a/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn
+++ b/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn
@@ -45,3 +45,5 @@ upgrade supported from repository versions: 0 1 2 4 5
"""]]
[[!meta author=yoh]]
+
+> [[fixed|done]]
diff --git a/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink/comment_3_7781f13c070a3c79f5b63d3172b0280a._comment b/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink/comment_3_7781f13c070a3c79f5b63d3172b0280a._comment
new file mode 100644
index 000000000..4d519264b
--- /dev/null
+++ b/doc/bugs/use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink/comment_3_7781f13c070a3c79f5b63d3172b0280a._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-02-08T18:27:32Z"
+ content="""
+Yeah, it was running git annex init in the subdir of the submodule that
+triggered the bug. Easy fix, also fixes init in submodules of submodules.
+"""]]