diff options
author | Thomas Rast <trast@inf.ethz.ch> | 2013-11-16 18:37:40 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2013-12-01 23:24:20 +0100 |
commit | 71846c5caf0b04a3cb8ee098c986f4a59dcea932 (patch) | |
tree | 108c1200ac1d0c0db8daf570439f1b0484029e8d /gitk | |
parent | gitk: Tag display improvements (diff) | |
download | git-71846c5caf0b04a3cb8ee098c986f4a59dcea932.tar.xz git-71846c5caf0b04a3cb8ee098c986f4a59dcea932.zip |
gitk: Support -G option from the command line
The -G option's usage is exactly analogous to that of -S, so
supporting it is easy.
Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ proc parseviewargs {n arglist} { "--until=*" - "--before=*" - "--max-age=*" - "--min-age=*" - "--author=*" - "--committer=*" - "--grep=*" - "-[iE]" - "--remove-empty" - "--first-parent" - "--cherry-pick" - - "-S*" - "--pickaxe-all" - "--pickaxe-regex" - + "-S*" - "-G*" - "--pickaxe-all" - "--pickaxe-regex" - "--simplify-by-decoration" { # These mean that we get a subset of the commits set filtered 1 |