From: Linus Torvalds Date: Sat, 30 Apr 2005 18:22:26 +0000 (-0700) Subject: Make git-fsck-cache error printouts a bit more informative. X-Git-Tag: v0.99~688 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3a6a23e67d752e3083a52ad04c20c04e40c148e1?hp=3a6a23e67d752e3083a52ad04c20c04e40c148e1 Make git-fsck-cache error printouts a bit more informative. Show the types of objects involved in broken links, and don't bother warning about unreachable tag files (if somebody cares about tags, they'll use the --tags flag to see them). ---