2020-11-15 17:27:47 +00:00
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2023-11-01 22:23:01 +00:00
|
|
|
|
2021-02-26 15:12:43 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2023-11-01 22:23:01 +00:00
|
|
|
|
2021-05-24 13:30:34 +00:00
|
|
|
[core]
|
2023-11-01 22:28:12 +00:00
|
|
|
excludesFile = ~/.config/git/gitignore
|
2023-11-01 22:23:01 +00:00
|
|
|
|
2021-12-20 00:58:32 +00:00
|
|
|
[pager]
|
2023-11-01 22:23:01 +00:00
|
|
|
diff = delta
|
|
|
|
log = delta
|
|
|
|
reflog = delta
|
|
|
|
show = delta
|
2024-09-08 19:24:58 +00:00
|
|
|
blame = delta
|
|
|
|
|
|
|
|
[delta]
|
|
|
|
side-by-side = true
|
|
|
|
dark = true
|
2021-12-20 00:58:32 +00:00
|
|
|
|
|
|
|
[interactive]
|
2023-11-01 22:23:01 +00:00
|
|
|
diffFilter = delta --color-only
|
|
|
|
|
|
|
|
[user]
|
|
|
|
useconfigonly = true
|
|
|
|
|
2023-11-07 17:46:22 +00:00
|
|
|
[includeIf "hasconfig:remote.*.url:**/*git.kapelle.org*/**"]
|
2023-11-01 22:23:01 +00:00
|
|
|
path = ~/.config/git/private.inc
|