From: Junio C Hamano Date: Mon, 25 Jul 2016 21:13:44 +0000 (-0700) Subject: Merge branch 'js/fsck-name-object' X-Git-Tag: v2.10.0-rc0~85 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9db397978416f9d562a94e55db86c7a45210a05c Merge branch 'js/fsck-name-object' When "git fsck" reports a broken link (e.g. a tree object contains a blob that does not exist), both containing object and the object that is referred to were reported with their 40-hex object names. The command learned the "--name-objects" option to show the path to the containing object from existing refs (e.g. "HEAD~24^2:file.txt"). * js/fsck-name-object: fsck: optionally show more helpful info for broken links fsck: give the error function a chance to see the fsck_options fsck_walk(): optionally name objects on the go fsck: refactor how to describe objects --- 9db397978416f9d562a94e55db86c7a45210a05c