author | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Dec 2005 23:58:50 +0000 (15:58 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Dec 2005 00:06:35 +0000 (16:06 -0800) | ||
commit | 287f860054345505e4f737466279efa6c3ff04b5 | |
tree | 240563de5898adcf52be5ea7b70839ba5db67ab3 | tree | snapshot |
parent | 7b9b4c452c793d0f8e3ff9f0b7fe526448fc314a | commit | diff |
show-branch: allow glob pattern to name branches to show.
With this, you can say "git-show-branch topic/* master" to show
all the topic branches you have under .git/refs/heads/topic/ and
your master branch. Another example is "git-show-branch --list
v1.0*" to show all the v1.0 tags. You can disambiguate by
saying "heads/topic/*" to show only topic branches if you have
tags under .git/refs/tags/topic/ as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
With this, you can say "git-show-branch topic/* master" to show
all the topic branches you have under .git/refs/heads/topic/ and
your master branch. Another example is "git-show-branch --list
v1.0*" to show all the v1.0 tags. You can disambiguate by
saying "heads/topic/*" to show only topic branches if you have
tags under .git/refs/tags/topic/ as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branch.txt | diff | blob | history | |
show-branch.c | diff | blob | history |