Add new settings to gitconfig

vimbundler
nirenjan 2013-08-09 19:16:15 -07:00
parent 7ceee1933a
commit 7bc98cc69d
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@
safecrlf = true
eol = lf
pager = less -R
editor = vim
[merge]
conflictstyle = diff3
renameLimit = 10000000
[diff]
renameLimit = 10000000
[alias]
lg = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --no-merges
graph = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --graph