summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-01-14 19:16:16 +0000
committerGravatar admin <admin@branchable.com>2014-01-14 19:16:16 +0000
commit9009f2ed42f6b9d3407d66c9244733d786aba49d (patch)
treed008deb8575925b5b8782e1dafd0330298a8f425
parentce98abc51901443690e41d49d9e0a979d24e3e70 (diff)
Added a comment
-rw-r--r--doc/forum/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment b/doc/forum/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment
new file mode 100644
index 000000000..c7dc6c274
--- /dev/null
+++ b/doc/forum/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.43"
+ subject="comment 6"
+ date="2014-01-14T19:16:15Z"
+ content="""
+Problem is that git-annex prepends `GIT_INDEX_FILE` to the environment; it does not overwrite it. So environment ends up with 2 copies of the var, and which will be used is undefined.
+"""]]