branch: -v does not automatically imply --list
commit7b787599e4f45784c36e82030d0f6bae72817bfc
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 8 Sep 2011 21:09:50 +0000 (8 14:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Sep 2011 21:11:35 +0000 (8 14:11 -0700)
tree275356755ae46606cc27b306d7203dbd2dfbb56c
parentd8d33736b53fb0bef68ca30a64bf7f9ecd872115
branch: -v does not automatically imply --list

"branch -v" without other options or parameters still works in the list
mode, but that is not because there is "-v" but because there is no
parameter nor option.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt
builtin/branch.c
t/t3203-branch-output.sh