Add lfs filter rule

This commit is contained in:
Adam Goldsmith 2019-04-10 10:26:33 -04:00
parent 33b5f37e47
commit e4d79ce1d8
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
[diff "gpg"]
textconv = gpg --no-tty --decrypt -q
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
# URL Specific stuff
[url "https://adamgoldsmith.name/cgit/"]