git: display author date instead of commit date with git lg
parent
fab68e282c
commit
57c1bdb158
|
@ -3,7 +3,7 @@
|
||||||
interactive = auto
|
interactive = auto
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
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
|
ll = log --stat --abbrev-commit
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
|
Loading…
Reference in New Issue