From 7155871f2fd08601780a11e2543f75c45029e88b Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 2 Jul 2025 17:32:00 +0530 Subject: git: config: add abbrev limit to 12 and always abbrev commits when doing oneline Signed-off-by: Brahmajit Das --- .config/git/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index ded9f84..02f7d36 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,8 @@ [core] pager = nvim -R - + abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") [color] ui = false [commit] @@ -41,3 +44,5 @@ [credential] helper = !pass-git-helper $@ useHttpPath = true +[log] + abbrevCommit = true -- cgit v1.2.3