summaryrefslogtreecommitdiff
path: root/doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-14 15:35:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-14 15:35:09 -0400
commit44b6bc589b6e2219cd3a4cf57fd2dd30068b2744 (patch)
tree8dea5dea96a3fa405d3c4ce655bb6262eb7ac008 /doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment
parent73f1fe8df62ee043ebdd8400b02d60eddba4f8cb (diff)
move bug report out of forum
Diffstat (limited to 'doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment')
-rw-r--r--doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment b/doc/bugs/Weird_directories_appearing/comment_6_1c3218c8858397acc0e9fd718d7fd973._comment
new file mode 100644
index 000000000..c7dc6c274
--- /dev/null
+++ b/doc/bugs/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.
+"""]]