[git] add lolp and enable rerere

This commit is contained in:
Mathieu Maret 2015-02-26 15:21:14 +01:00 committed by Mathieu Maret
parent 81f0a3dc73
commit 442cfcc57b
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lolp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ls = ls-files
dt =difftool # to have diff with meld
mylog = log --committer=\"$(git config user.name)\"
@ -63,3 +64,6 @@
# smtppass = PASS
[web]
browser = firefox
[rerere]
enabled = true