1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/git/git-with-lfs-expected.conf
Austin Horstman 4fef8e73a6 tests/git: add git-lfs test
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-19 10:24:15 -05:00

15 lines
274 B
Text

[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"