Update 2026-02-09

This commit is contained in:
2026-02-09 22:52:34 +02:00
parent 5324f54618
commit 13c0558017
50 changed files with 4171 additions and 117 deletions

View File

@@ -62,27 +62,30 @@
# a matter of taste (uncomment if you dare)
[core]
# fsmonitor = true
# untrackedCache = true
# fsmonitor = true
# untrackedCache = true
[merge]
# (just 'diff3' if git version < 2.3)
conflictstyle = zdiff3
# (just 'diff3' if git version < 2.3)
conflictstyle = zdiff3
[pull]
# rebase = true
[log]
abbrevCommit = true
graphColors = blue, yellow,cyan,magenta,green,red
[pager]
diff = diff-so-fancy | less --tabs=4 -RF
diff = delta
branch = false
tag = false
[interactive]
diffFilter = diff-so-fancy --patch
diffFilter = delta --color-only
singlekey = true
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[diff-so-fancy]
markEmptyLines = false