From a3c54fe1fce2356281d7c85a37ffe34b7e9b0a85 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 13 Jul 2023 02:43:06 +0200 Subject: [PATCH] git: improve log with patch --- config/git/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/git/config b/config/git/config index 237303f..40a7bbc 100644 --- a/config/git/config +++ b/config/git/config @@ -9,11 +9,10 @@ l = log --graph --pretty=basic ln = log --graph --pretty=name ll = log --graph --decorate --stat - lp = log --graph -p + lp = log -p la = l --all lna = ln --all lla = ll --all - lpa = lp --all s = status --short ss = status @@ -35,7 +34,7 @@ [delta] navigate = true # use n and N to navigate diff secitons - commit-decoration-style = "#b58900" box + commit-decoration-style = "#b58900" bold box ul commit-style = raw dark = true file-decoration-style = "#268bd2" box ul