瀏覽代碼

Add new git-log mode

Useful in repos with more users and especially in those with abundance
of tags.

Note to self: TODO: merge with other modes
Alois Mahdal 8 年之前
父節點
當前提交
82c6ae3e5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/gittum/main.gitconfig

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

@@ -5,6 +5,7 @@
5 5
 [alias]
6 6
   ap = !clear && git add --patch
7 7
   br = branch
8
+  blog = log --graph --oneline --pretty=tformat:'%Cred%h%Creset - %C(yellow)%s%Creset %C(green)<%an>%Creset %C(blue)@%d%Creset' --abbrev-commit
8 9
   cm = commit --verbose
9 10
   cma = commit --verbose --amend
10 11
   cmf = !sh -c \