diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-13 16:39:17 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-13 16:39:17 -0800 |
| commit | e99c2fbdda590b0d5fb5bd89001e6d9df8342564 (patch) | |
| tree | d5948e57db15e6c9bf78826b52229f78accc76e1 /show-branch.c | |
| parent | GIT 1.0.9 (diff) | |
| parent | Documentation: git-reset - interrupted workflow. (diff) | |
| download | git-1.0.10.tar.gz git-1.0.10.zip | |
GIT 1.0.10v1.0.10
Diffstat (limited to 'show-branch.c')
| -rw-r--r-- | show-branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show-branch.c b/show-branch.c index 15b1968781..1935c448f4 100644 --- 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; |
