소스 검색

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

Alois Mahdal 10 년 전
부모
커밋
84f330656c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      dotfiles/gittum/main.gitconfig

+ 2
- 2
dotfiles/gittum/main.gitconfig 파일 보기

@@ -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