git: display author date instead of commit date with git lg

master
Guillaume DOTT 2013-02-01 09:51:22 +01:00
parent fab68e282c
commit 57c1bdb158
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
interactive = auto
[alias]
st = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ll = log --stat --abbrev-commit
[diff]
tool = vimdiff