浏览代码

Make "graphic" logs more compact

Alois Mahdal 6 年前
父节点
当前提交
6c7f5c4d0f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      dotfiles/gittum/main.gitconfig

+ 3
- 3
dotfiles/gittum/main.gitconfig 查看文件

@@ -19,11 +19,11 @@
19 19
   cp = cherry-pick
20 20
   dc = !clear && git diff --cached
21 21
   gr = log --graph --full-history --color\
22
-       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
22
+       --pretty=tformat:"%x1b[31m%h%x20%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
23 23
   gra = log --all --graph --full-history --color\
24
-       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
24
+       --pretty=tformat:"%x1b[31m%h%x20%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
25 25
   grr = log --graph --full-history --color\
26
-        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
26
+        --pretty=tformat:"%x1b[31m%h%x20%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
27 27
         --simplify-by-decoration
28 28
   k = !sh -c \
29 29
       '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@' --