diff options
| -rw-r--r-- | skel/.gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skel/.gitconfig b/skel/.gitconfig index d58d7d7..a87645d 100644 --- a/skel/.gitconfig +++ b/skel/.gitconfig @@ -18,6 +18,7 @@ [core] excludesfile = /home/astra/.gitignore autocrlf = input + abbrev = 12 [user] name = David Kaufmann @@ -34,3 +35,6 @@ [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + +[pretty] + fixes = Fixes: %h (\"%s\") |
