diff options
| author | mail_redacted_for_web | 2026-03-07 13:32:21 +0100 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-03-07 13:32:21 +0100 |
| commit | c343df4efa94e379ac9e4bfd6fdad6df031f7246 (patch) | |
| tree | e919785962a7de58fbe4683a6238f62f9161f18f /.gitconfig | |
| parent | 7790f55d8084fc27fa6e820a8a2af14867fb2a83 (diff) | |
| download | dotfiles-c343df4efa94e379ac9e4bfd6fdad6df031f7246.tar.bz2 | |
Fix: Increase hash abbreviations to a usable minimum of 7
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ editor = vim fileMode = true hooksPath = ~/git-hooks - abbrev = 4 + abbrev = 7 [merge] tool = vimdiff [mergetool] |
