Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 1.1.3
[gitweb.git]
/
show-branch.c
diff --git
a/show-branch.c
b/show-branch.c
index 15b1968781178c8aa939a79ed5a7f8fb363d181e..1935c448f4c50e8b9b4302162747a6a099dc718c 100644
(file)
--- a/
show-branch.c
+++ b/
show-branch.c
@@
-492,7
+492,7
@@
static void append_one_rev(const char *av)
append_ref(av, revkey);
return;
}
- if (strchr(av, '*') || strchr(av, '?')) {
+ if (strchr(av, '*') || strchr(av, '?')
|| strchr(av, '[')
) {
/* glob style match */
int saved_matches = ref_name_cnt;
match_ref_pattern = av;