Skip to content

Commit

Permalink
gitk: Support -G option from the command line
Browse files Browse the repository at this point in the history
The -G option's usage is exactly analogous to that of -S, so
supporting it is easy.

Signed-off-by: Thomas Rast <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
Thomas Rast authored and paulusmack committed Dec 1, 2013
1 parent 4399fe3 commit 71846c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71846c5

Please sign in to comment.