Add lfs filter rule
This commit is contained in:
parent
33b5f37e47
commit
e4d79ce1d8
@ -14,6 +14,11 @@
|
|||||||
helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
|
helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
|
||||||
[diff "gpg"]
|
[diff "gpg"]
|
||||||
textconv = gpg --no-tty --decrypt -q
|
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 Specific stuff
|
||||||
[url "https://adamgoldsmith.name/cgit/"]
|
[url "https://adamgoldsmith.name/cgit/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user