summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-11-16 17:37:40 (GMT)
committerPaul Mackerras <paulus@samba.org>2013-12-01 22:24:20 (GMT)
commit71846c5caf0b04a3cb8ee098c986f4a59dcea932 (patch)
tree108c1200ac1d0c0db8daf570439f1b0484029e8d /gitk
parent4399fe337218ebad0c47e9f4edcd83defbb4733d (diff)
downloadgit-71846c5caf0b04a3cb8ee098c986f4a59dcea932.zip
git-71846c5caf0b04a3cb8ee098c986f4a59dcea932.tar.gz
git-71846c5caf0b04a3cb8ee098c986f4a59dcea932.tar.bz2
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 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 0bdb146..f0b0813 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