git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-03-07 13:32:21 +0100
committermail_redacted_for_web 2026-03-07 13:32:21 +0100
commitc343df4efa94e379ac9e4bfd6fdad6df031f7246 (patch)
treee919785962a7de58fbe4683a6238f62f9161f18f /.gitconfig
parent7790f55d8084fc27fa6e820a8a2af14867fb2a83 (diff)
downloaddotfiles-c343df4efa94e379ac9e4bfd6fdad6df031f7246.tar.bz2
Fix: Increase hash abbreviations to a usable minimum of 7
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index d43086f..0a874c2 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -80,7 +80,7 @@
editor = vim
fileMode = true
hooksPath = ~/git-hooks
- abbrev = 4
+ abbrev = 7
[merge]
tool = vimdiff
[mergetool]