OSDN Git Service

Merge branch 'jc/blame-abbrev' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:19:52 +0000 (14:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:19:52 +0000 (14:19 -0700)
Almost everybody uses DEFAULT_ABBREV to refer to the default
setting for the abbreviation, but "git blame" peeked into
underlying variable bypassing the macro for no good reason.

* jc/blame-abbrev:
  blame: use DEFAULT_ABBREV macro


Trivial merge