From 0286af181b20f6d3eaabdd677a8e39eca4364527 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 16 Jul 2024 20:05:36 +0530 Subject: [PATCH] git: Set the length to 9 for object name abbreviations --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 451dec5..4c8c9ac 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -22,6 +22,7 @@ cleanup = scissors verbose = true [core] + abbrev = 9 editor = nvim excludesfile = ~/.config/git/ignore [diff]