[Git] Add some options for LFS

This commit is contained in:
Lucien Cartier-Tilet 2022-11-11 14:41:24 +01:00
parent 590ac77ca0
commit 5abc354bc5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 0 deletions

View File

@ -118,3 +118,8 @@
[credentials "smtp://lucien@phundrak.com@mail.phundrak.com:587"]
helper = "pass Email/lucien@phundrak.com | head -n1 | tr -d '\n'"
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process