From 61c9bd5a0488a1d1a8b9405caf83bd28273ba830 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Thu, 24 Feb 2022 23:45:27 +0000 Subject: GIT: extend log aliases with non --all variants Signed-off-by: Mike Beattie --- .gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 5121d6a..a0459dd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,8 @@ [alias] - ll = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --all --graph - lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph + llb = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --graph + ll = !git llb --all + lllb = !git llb --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" + lll = !git lllb --all [credential] helper = cache --timeout=3600 [include] -- cgit v1.2.3