Parcourir la source

Allow limiting history in commmand

Alois Mahdal il y a 10 ans
Parent
révision
36893c7fa6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      dotfiles/gittum/before.gitconfig

+ 2
- 2
dotfiles/gittum/before.gitconfig Voir le fichier

@@ -17,9 +17,9 @@
17 17
   com = checkout master
18 18
   cp = cherry-pick
19 19
   dc = !clear && git diff --cached
20
-  gr = log --graph --full-history --all --color\
20
+  gr = log --graph --full-history --color\
21 21
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
22
-  grr = log --graph --full-history --all --color\
22
+  grr = log --graph --full-history --color\
23 23
         --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
24 24
         --simplify-by-decoration
25 25
   k = !sh -c \