Mercurial > dotfiles
changeset 437:41a48a26b0aa
Add local config path for gitconfig
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 16 Aug 2021 09:17:49 +0200 |
parents | cf524a68bebc |
children | 766e63b3a8fc |
files | dot_gitconfig.tmpl |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_gitconfig.tmpl Mon Aug 16 09:14:41 2021 +0200 +++ b/dot_gitconfig.tmpl Mon Aug 16 09:17:49 2021 +0200 @@ -40,3 +40,10 @@ {{- end }} [rerere] enabled = 1 +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[include] + path = ~/.gitconfig.local