tests/git: add git-lfs test

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-18 09:14:58 -05:00
parent 2e527427b1
commit 4fef8e73a6
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[filter "lfs"]
clean = "git-lfs clean -- %f"
process = "git-lfs filter-process --skip"
required = true
smudge = "git-lfs smudge --skip -- %f"
[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "@gnupg@/bin/gpg"
[user]
email = "user@example.org"
name = "John Doe"