diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-07-02 12:02:00 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-07-02 12:02:00 +0000 |
| commit | 7155871f2fd08601780a11e2543f75c45029e88b (patch) | |
| tree | b1ba389517f73bf6352876cd0088519cad6b3578 /.config | |
| parent | 5353afea2ab3dadcf83ac2f7a8ddc69c2af9370d (diff) | |
| download | dots-7155871f2fd08601780a11e2543f75c45029e88b.tar.gz | |
git: config: add abbrev limit to 12 and always abbrev commits when doing oneline
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
