Alias and vim changes...mostly

This commit is contained in:
Andrew Tomaka 2013-08-05 22:07:01 -04:00
parent 8e8787b2e7
commit 2ab837ae9e
4 changed files with 33 additions and 3 deletions

View file

@ -7,7 +7,8 @@
[apply]
whitespace = fix
[alias]
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
hist-details = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
[color]
ui = auto
[color "branch"]