Bläddra i källkod

Make `git k` and `git ka` pass down arguments to gitk

Alois Mahdal 9 år sedan
förälder
incheckning
84f330656c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      dotfiles/gittum/main.gitconfig

+ 2
- 2
dotfiles/gittum/main.gitconfig Visa fil

@@ -29,9 +29,9 @@
29 29
         --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
30 30
         --simplify-by-decoration
31 31
   k = !sh -c \
32
-      '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk'
32
+      '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@' --
33 33
   ka = !sh -c \
34
-       '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk --all'
34
+       '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@ --all' --
35 35
   rb = rebase
36 36
   rbi = rebase --interactive
37 37
   rmv = remote --verbose