Преглед на файлове

Allow limiting history in commmand

Alois Mahdal преди 10 години
родител
ревизия
36893c7fa6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      dotfiles/gittum/before.gitconfig

+ 2
- 2
dotfiles/gittum/before.gitconfig Целия файл

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