Add committer to log line

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-07-22 17:24:48 +02:00
parent a2488d4c0c
commit 741c03fb7e
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

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