Added a comment: Error messages changed

This commit is contained in:
t.z.mates 2017-06-15 22:59:43 +00:00 committed by admin
parent 5991d5c1ab
commit 09129a756d

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="t.z.mates"
avatar="http://cdn.libravatar.org/avatar/90f15fad216078fd08d62cc676487925"
subject="Error messages changed"
date="2017-06-15T22:59:42Z"
content="""
Just a quick follow-up; it seems that one of the recent updates (I believe the version published of 11-June-2017) modified the error messages shown. Running the same code above, I no longer receive a string of `fatal: '../1/2/3/4/foo' is outside repository` followed by `git-annex: git check-attr EOF: user error`. Instead, it shows `git-annex: 1/2/3/4/foo: getFileStatus: does not exist (No such file or directory)`, followed by the rest of the output I originally posted. That is, the output is now:
git-annex: 1/2/3/4/foo: getFileStatus: does not exist (No such file or directory)
git-annex: smudge: 1 failed
error: external filter 'git-annex smudge --clean %f' failed 1
error: external filter 'git-annex smudge --clean %f' failed
add foo ok
I don't know what this represents, but I find it interesting that something was changed recently.
"""]]