Make git-show-branch options similar to git-branch.
commitf49006b0c79bb74bc500a9a3a883e929fa0f803e
authorBrian Gernhardt <benji@silverinsanity.com>
Fri, 22 Dec 2006 13:58:39 +0000 (22 08:58 -0500)
committerJunio C Hamano <junkio@cox.net>
Sat, 23 Dec 2006 07:18:07 +0000 (22 23:18 -0800)
tree8afc0965a4cbdf70c8f793c0785e0e625ad23c18
parentc321f00d09f56dcf2f149757a2a337f3732f3097
Make git-show-branch options similar to git-branch.

Branch has "-r" for remote branches and "-a" for local and remote.
It seems logical to mirror that in show-branch.  Also removes the
dubiously useful "--tags" option (as part of changing the meaning
for "--all").

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branch.txt
builtin-show-branch.c