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