From 29159b9fb31c2b84ab6b97373a5ab663d50745d2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 10 Oct 2023 21:27:38 +0200 Subject: [PATCH] Add loog (long log) git alias --- home/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/git/config b/home/.config/git/config index 07e4ba2..5588dbc 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -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"