Re: [PATCH v2 1/7] gitk: support -G option from the command line
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:07
Thomas Rast [off-list ref] writes:
From: Thomas Rast <redacted> The -G option's usage is exactly analogous to that of -S, so supporting it is easy. Signed-off-by: Thomas Rast <redacted> --- gitk-git/gitk | 2 +-
You CC'ed Paul, which is absolutely the right thing to do, but please make patches against his tree, which does not have gitk-git/ directory at the top-level. I think the patch itself makes sense. Thanks.
quoted hunk
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/gitk-git/gitk b/gitk-git/gitk index 5cd00d8..0e95814 100755 --- a/gitk-git/gitk +++ b/gitk-git/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