Mercurial > dotfiles
comparison dot_gitconfig.tmpl @ 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 | 095b39bdfdf4 |
children | cf71ce0b06d3 |
comparison
equal
deleted
inserted
replaced
436:cf524a68bebc | 437:41a48a26b0aa |
---|---|
38 [url "https://"] | 38 [url "https://"] |
39 insteadOf = git:// | 39 insteadOf = git:// |
40 {{- end }} | 40 {{- end }} |
41 [rerere] | 41 [rerere] |
42 enabled = 1 | 42 enabled = 1 |
43 [filter "lfs"] | |
44 clean = git-lfs clean -- %f | |
45 smudge = git-lfs smudge -- %f | |
46 process = git-lfs filter-process | |
47 required = true | |
48 [include] | |
49 path = ~/.gitconfig.local |