author | Michael J Gruber <git@drmicha.warpmail.net> | |
Thu, 8 Sep 2011 21:09:50 +0000 (14:09 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 8 Sep 2011 21:11:35 +0000 (14:11 -0700) | ||
commit | 7b787599e4f45784c36e82030d0f6bae72817bfc | |
tree | 275356755ae46606cc27b306d7203dbd2dfbb56c | tree | snapshot |
parent | d8d33736b53fb0bef68ca30a64bf7f9ecd872115 | commit | diff |
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>
"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 | diff | blob | history | |
builtin/branch.c | diff | blob | history | |
t/t3203-branch-output.sh | diff | blob | history |