Re: [PATCH v2] branch: honor core.abbrev
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:32
Namhyung Kim [off-list ref] writes:
Honor 'core.abbrev' configuration unless user specifies the length on command line. In order to do that, we need to set
It is not clear from this description when "git branch" needs to even show abbreviated object name. I'll retitle it and/or reword the description to hint that you are talking about "branch -v", but do you know of anything in "git branch" that may be affected by this change other than "-v" output?