diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
commit | 39ad889f9bcc01c30c554f1ebbb953e1d232b98a (patch) | |
tree | 756a8a35b68e258f4132f8853ab22b2708798f9b /dev/.gitconfig | |
parent | 76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (diff) | |
download | dotfiles-39ad889f9bcc01c30c554f1ebbb953e1d232b98a.tar.gz |
Update environment
Diffstat (limited to 'dev/.gitconfig')
-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\") |