d41ce9ebd4beaaa1a2d8fee1b77ae4eba7260d6c
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2017-03-02T17:08:21Z"
5  content="""
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.
9
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.
15 """]]