git: add basic support for LFS

Fixes #542
This commit is contained in:
Robert Helgesson 2019-02-03 23:54:29 +01:00
parent fbdb5beb59
commit 1cdb8abf30
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 40 additions and 0 deletions

View file

@ -10,6 +10,12 @@ boolean=true
integer=38
name=value
[filter "lfs"]
clean=git-lfs clean -- %f
process=git-lfs filter-process
required=true
smudge=git-lfs smudge -- %f
[gpg]
program=path-to-gpg

View file

@ -31,6 +31,7 @@ with lib;
};
userEmail = "user@example.org";
userName = "John Doe";
lfs.enable = true;
}
{