Update log format to contain absolute dates

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-10-22 13:01:38 +02:00
parent 83faa2f09c
commit 5bf94b810b
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -3,7 +3,7 @@
ci = commit
co = checkout
df = diff
lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an / %cn>%Creset' --abbrev-commit"
lg = "log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%ci)%Creset [%G?]%C(yellow)%d%Creset %s %C(bold blue)<%an / %cn>%Creset' --abbrev-commit"
ri = rebase --interactive --autosquash
st = status