blame: use DEFAULT_ABBREV macro
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Sep 2016 21:56:00 +0000 (14:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Sep 2016 21:56:00 +0000 (14:56 -0700)
This does not make any practical difference in today's code, but
everybody else accesses the default abbreviation length via the
DEFAULT_ABBREV macro. Make sure this oddball codepath does not
stray from the convention.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found