Update log format to contain absolute dates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
83faa2f09c
commit
5bf94b810b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue