Browse Source

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 years ago
parent
commit
82c6ae3e5c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/main.gitconfig View File

5
 [alias]
5
 [alias]
6
   ap = !clear && git add --patch
6
   ap = !clear && git add --patch
7
   br = branch
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
   cm = commit --verbose
9
   cm = commit --verbose
9
   cma = commit --verbose --amend
10
   cma = commit --verbose --amend
10
   cmf = !sh -c \
11
   cmf = !sh -c \