From 71846c5caf0b04a3cb8ee098c986f4a59dcea932 Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Sat, 16 Nov 2013 18:37:40 +0100 Subject: [PATCH] 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 --- gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT