3 subject="""comment 1"""
4 date="2017-03-02T17:08:21Z"
6 I get what you're saying, but there's a layering problem that prevents
7 the JSON display of a higher layer being used by a lower layer that is
8 finding files to operate on.
10 Trying to copy a file that does not exist is a fundamentally
11 different class of error that an error that occurs when copying a file
12 that does exist. A memory read error resulting in a SIGBUS is a different
13 class of error, as is a git failure due to a corrupted repository.
14 git-annex fails in four entirely different ways in these four cases.