summaryrefslogtreecommitdiff
path: root/fsck.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-09-27 20:59:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-09-27 21:08:30 (GMT)
commit2edffef2337eae691a454a072e0f9b9538725317 (patch)
treeca5acc195c62c4983c01e1049637fc3b08f3e85c /fsck.c
parent6fe1b1407ed91823daa5d487abe457ff37463349 (diff)
downloadgit-2edffef2337eae691a454a072e0f9b9538725317.zip
git-2edffef2337eae691a454a072e0f9b9538725317.tar.gz
git-2edffef2337eae691a454a072e0f9b9538725317.tar.bz2
tree-walk: be more specific about corrupt tree errors
When the tree-walker runs into an error, it just calls die(), and the message is always "corrupt tree file". However, we are actually covering several cases here; let's give the user a hint about what happened. Let's also avoid using the word "corrupt", which makes it seem like the data bit-rotted on disk. Our sha1 check would already have found that. These errors are ones of data that is malformed in the first place. Signed-off-by: David Turner <dturner@twosigma.com> Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsck.c')
0 files changed, 0 insertions, 0 deletions