]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
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)
commit5293284b4d92cc1029ae8355b7e1330fa7b451a6
tree01d0fe1dee97d5493bedc29dc6b139ee3d5ebcb1
parent7c0304af62fcb777faac6eebd8c242d3de4f605d
blame: use DEFAULT_ABBREV macro

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>
builtin/blame.c