summaryrefslogtreecommitdiff
path: root/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
diff options
context:
space:
mode:
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, 0 insertions, 20 deletions
diff --git a/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment b/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
deleted file mode 100644
index 3f446a777..000000000
--- a/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment
+++ /dev/null
@@ -1,20 +0,0 @@
-[[!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`
-
-"""]]