diff options
Diffstat (limited to '.config/git')
| -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 |
