Commit 6ebedab
committed
gitk: Fix bug introduced by previous commit
When I added the "--" case to the code scanning the arguments, I missed
the fact that since the switch statement uses -regexp, the "--" case
will match any argument containing "--", e.g. "--all". This fixes it
by taking out the -regexp (since we don't actually need regular
expression matching) and adjusting the match strings.
A side effect of this is that previously any argument starting with
"-d" would be taken to indicate date mode; now the argument has to be
exactly "-d" if you want date mode.
Signed-off-by: Paul Mackerras <paulus@samba.org>1 parent cdaee5d commit 6ebedab
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7478 | 7478 | | |
7479 | 7479 | | |
7480 | 7480 | | |
7481 | | - | |
7482 | | - | |
7483 | | - | |
| 7481 | + | |
| 7482 | + | |
| 7483 | + | |
7484 | 7484 | | |
7485 | 7485 | | |
7486 | 7486 | | |
| |||
0 commit comments