Add loog (long log) git alias

This commit is contained in:
ItsDrike 2023-10-10 21:27:38 +02:00
parent 2ac4840117
commit 29159b9fb3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -59,6 +59,7 @@
lp = "log --patch"
lo = "log --pretty=oneline --abbrev-commit --graph"
lg = "log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
loog = "log --format=fuller --show-signature --all --color --decorate --graph"
make-patch = "diff --no-prefix --relative"