summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 12:59:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 12:59:59 -0400
commit137d58a506c0ce74af64f79fe448791776eb2bc0 (patch)
tree6b7f4b6ddd0c903505aa30e2d07812758483b604
parent62f8efdcfc85f717e25160d95b0006dcfb4e35fa (diff)
followup
-rw-r--r--doc/bugs/git-annex_smudge_fails_on_git_add/comment_3_f1c87d7132b0a335a4761098de8afa6d._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_smudge_fails_on_git_add/comment_3_f1c87d7132b0a335a4761098de8afa6d._comment b/doc/bugs/git-annex_smudge_fails_on_git_add/comment_3_f1c87d7132b0a335a4761098de8afa6d._comment
new file mode 100644
index 000000000..a639672b8
--- /dev/null
+++ b/doc/bugs/git-annex_smudge_fails_on_git_add/comment_3_f1c87d7132b0a335a4761098de8afa6d._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-04-13T16:54:01Z"
+ content="""
+Hmm, so it is enabled.
+
+So, I guess that the attempt to use the magic database is somehow failing.
+Apparently in a way that doesn't cause git-annex to display a useful error
+message.
+
+Can you check what is the behavior if you run:
+
+ git-annex smudge --clean file < file
+
+That is supposed to output something on stdout, and exit successfuly.
+I guess it's probably exiting nonzero, and any output would be helpful to
+know.
+
+It may also be helpful to strace that command.
+"""]]