Explorar el Código

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 hace 9 años
padre
commit
82c6ae3e5c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/main.gitconfig Ver fichero

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