diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-07-26 15:50:11 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-07-26 18:08:57 +0900 |
| commit | 2bd1d51a910c35f68926c03fd1422635ee32a43e (patch) | |
| tree | d9f127b2da15c3d7a36e0a10eec23327e39ae8b4 /dev | |
| parent | 045a6efa3119c319900756f3847ec2e87a9d2c45 (diff) | |
| download | dotfiles-2bd1d51a910c35f68926c03fd1422635ee32a43e.tar.gz | |
Enable git LFS support
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig index 58af7c9..5a733de 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -24,3 +24,8 @@ gpgsign = true [pretty] fixes = Fixes: %h (\"%s\") +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |
