author | Brian Gernhardt <benji@silverinsanity.com> | |
Fri, 22 Dec 2006 13:58:39 +0000 (08:58 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 23 Dec 2006 07:18:07 +0000 (23:18 -0800) | ||
commit | f49006b0c79bb74bc500a9a3a883e929fa0f803e | |
tree | 8afc0965a4cbdf70c8f793c0785e0e625ad23c18 | tree | snapshot |
parent | c321f00d09f56dcf2f149757a2a337f3732f3097 | commit | diff |
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>
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 | diff | blob | history | |
builtin-show-branch.c | diff | blob | history |