소스 검색

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 9 년 전
부모
커밋
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 \