From: Thomas Rast Date: Sat, 16 Nov 2013 17:37:40 +0000 (+0100) Subject: gitk: Support -G option from the command line X-Git-Tag: v1.9-rc0~81^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/71846c5caf0b04a3cb8ee098c986f4a59dcea932 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 Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 0bdb146382..f0b0813c8e 100755 --- a/gitk +++ b/gitk @@ -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