tests/git: add git-lfs test
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
2e527427b1
commit
4fef8e73a6
3 changed files with 33 additions and 0 deletions
15
tests/modules/programs/git/git-with-lfs-expected.conf
Normal file
15
tests/modules/programs/git/git-with-lfs-expected.conf
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue