summaryrefslogtreecommitdiffstats
path: root/gitk
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-11-16 18:37:40 +0100
committerPaul Mackerras <paulus@samba.org>2013-12-01 23:24:20 +0100
commit71846c5caf0b04a3cb8ee098c986f4a59dcea932 (patch)
tree108c1200ac1d0c0db8daf570439f1b0484029e8d /gitk
parentgitk: Tag display improvements (diff)
downloadgit-71846c5caf0b04a3cb8ee098c986f4a59dcea932.tar.xz
git-71846c5caf0b04a3cb8ee098c986f4a59dcea932.zip
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>
Diffstat (limited to '')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 0bdb146382..f0b0813c8e 100755
--- a/gitk
+++ b/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