mirror of
https://github.com/git/git.git
synced 2025-04-14 20:15:56 +00:00
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 <trast@inf.ethz.ch> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
4399fe3372
commit
71846c5caf
2
gitk
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user