Merge branch 'kn/ref-filter-branch-list'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Mar 2017 22:23:20 +0000 (15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Mar 2017 22:23:20 +0000 (15:23 -0700)
commit073778017158ecf3153b050776029907bc75826f
tree0723a4eea498071a8d79dcbfe949b59bae3caf9d
parentd6857a831ca86c0ab0157722728696537700dad0
parentac5bbc02b8c3781d517f1414655270b3fa38b028
Merge branch 'kn/ref-filter-branch-list'

"git branch --list" takes the "--abbrev" and "--no-abbrev" options
to control the output of the object name in its "-v"(erbose)
output, but a recent update started ignoring them; this fixes it
before the breakage reaches to any released version.

* kn/ref-filter-branch-list:
  branch: honor --abbrev/--no-abbrev in --list mode
builtin/branch.c
t/t3200-branch.sh