From 442cfcc57b5ce81e5645b6b37683df3e1bbc7b9c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 26 Feb 2015 15:21:14 +0100 Subject: [PATCH] [git] add lolp and enable rerere --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8b71a71..e1cbbdf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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