Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 71846c5

Browse files
Thomas Rastpaulusmack
authored andcommitted
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 <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 4399fe3 commit 71846c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ proc parseviewargs {n arglist} {
227227
"--until=*" - "--before=*" - "--max-age=*" - "--min-age=*" -
228228
"--author=*" - "--committer=*" - "--grep=*" - "-[iE]" -
229229
"--remove-empty" - "--first-parent" - "--cherry-pick" -
230-
"-S*" - "--pickaxe-all" - "--pickaxe-regex" -
230+
"-S*" - "-G*" - "--pickaxe-all" - "--pickaxe-regex" -
231231
"--simplify-by-decoration" {
232232
# These mean that we get a subset of the commits
233233
set filtered 1

0 commit comments

Comments
 (0)