summaryrefslogtreecommitdiff
path: root/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng <Peter@web>2012-10-17 11:41:54 +0000
committerGravatar admin <admin@branchable.com>2012-10-17 11:41:54 +0000
commit3e5a5762b7d006438b36b320bbef1c92ae647a6e (patch)
treecd38ce0f732245a58fe60f2dd9f2f0ab4a228de4 /doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
parent616c94289149a3d2e6a463246ab0e5145ce4d56f (diff)
Added a comment
Diffstat (limited to 'doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment')
-rw-r--r--doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment b/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
new file mode 100644
index 000000000..3f446a777
--- /dev/null
+++ b/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng"
+ nickname="Peter"
+ subject="comment 3"
+ date="2012-10-17T11:41:54Z"
+ content="""
+One step closer, but still not perfect:
+
+ git annex add big-file
+ > add big-file (checksum...) ok
+ > (Recording state in git...)
+
+ git commit -a -m \"Added file\"
+ > git-annex: /Users/ptx/tmp/test-annex/test/.git/lib/submod: changeWorkingDirectory: does not exist (No such file or directory)
+
+So when applying the post-hook, git-annex is getting the wrong directory.
+
+`test/.git/lib/submod` should be `test/.git/modules/lib/submod`
+
+"""]]