From e4140a7cb2eb01c8d64a86520160918506e06c35 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Sun, 24 Sep 2017 13:49:37 +0300 Subject: [PATCH] gitconfig: log author --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 2ff9a0c..1f669fe 100644 --- a/gitconfig +++ b/gitconfig @@ -6,6 +6,8 @@ co = checkout logd = log --decorate logg = log --decorate --graph --all + loga = log --decorate --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%Creset %s %Cgreen(%cr) %C(bold blue)%cn <%ce> %C(reset)¿%C(red)%an (%ae)%Creset?' -- + logt = log --color --graph --pretty=format:'%Cred%h%Creset %C(yellow)%cn %cI%Creset %C(bold blue)%an %aI %C(reset) %s %C(red)%d%C(reset)' -- lol = log --graph --decorate --pretty=oneline --abbrev-commit --all logf = log -p -M --follow --stat -- difs = diff --staged