diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.gitconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig index 1303733..58af7c9 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -7,11 +7,6 @@ smtpuser = mcsinyx@disroot.org smtpencryption = ssl smtpserverport = 465 -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true [color] ui = auto [pull] @@ -23,6 +18,9 @@ [push] followTags = true [core] + abbrev = 12 pager = less [commit] gpgsign = true +[pretty] + fixes = Fixes: %h (\"%s\") |