From: Junio C Hamano Date: Thu, 28 Dec 2017 22:08:50 +0000 (-0800) Subject: Merge branch 'sb/describe-blob' X-Git-Tag: v2.16.0-rc0~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/556de1a8e38ff03d31fd35751582447001f39d0c?hp=556de1a8e38ff03d31fd35751582447001f39d0c Merge branch 'sb/describe-blob' "git describe" was taught to dig trees deeper to find a : that refers to a given blob object. * sb/describe-blob: builtin/describe.c: describe a blob builtin/describe.c: factor out describe_commit builtin/describe.c: print debug statements earlier builtin/describe.c: rename `oid` to avoid variable shadowing revision.h: introduce blob/tree walking in order of the commits list-objects.c: factor out traverse_trees_and_blobs t6120: fix typo in test name ---