projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'pw/advise-rebase-skip'
[git]
/
builtin
/
show-branch.c
diff --git
a/builtin/show-branch.c
b/builtin/show-branch.c
index
35d7f51
..
8c90cbb
100644
(file)
--- a/
builtin/show-branch.c
+++ b/
builtin/show-branch.c
@@
-536,7
+536,7
@@
static void append_one_rev(const char *av)
append_ref(av, &revkey, 0);
return;
}
- if (str
chr(av, '*') || strchr(av, '?') || strchr(av, '['
)) {
+ if (str
pbrk(av, "*?["
)) {
/* glob style match */
int saved_matches = ref_name_cnt;