show-branch: allow glob pattern to name branches to show.
commit287f860054345505e4f737466279efa6c3ff04b5
authorJunio C Hamano <junkio@cox.net>
Sun, 4 Dec 2005 23:58:50 +0000 (4 15:58 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Dec 2005 00:06:35 +0000 (4 16:06 -0800)
tree240563de5898adcf52be5ea7b70839ba5db67ab3
parent7b9b4c452c793d0f8e3ff9f0b7fe526448fc314a
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>
Documentation/git-show-branch.txt
show-branch.c