summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_smudge_fails_on_git_add/comment_3_f1c87d7132b0a335a4761098de8afa6d._comment
blob: a639672b846320f4019fcac06bd0a4927937e5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
"""]]