Merge branch 'kn/ref-filter-branch-list' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:35:35 +0000 (13:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:35:35 +0000 (13:35 -0800)
commit73b43443f15e2b879f802a13e848cf3ec80f9ca7
tree1481a17e5b8f6f775d9eb3d0c4fee978e6e2ec9b
parentceb0b819bf5b6b7d32ef63e775e639cbb2e0bb13
parentac5bbc02b8c3781d517f1414655270b3fa38b028
Merge branch 'kn/ref-filter-branch-list' into next

"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