Thomas Rast <t...@thomasrast.ch> writes: > From: Thomas Rast <tr...@inf.ethz.ch> > > The -G option's usage is exactly analogous to that of -S, so > supporting it is easy. > > Signed-off-by: Thomas Rast <tr...@inf.ethz.ch> > --- > 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. > 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html