33 lines
591 B
Plaintext
33 lines
591 B
Plaintext
[core]
|
|
pager = delta
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
features = line-numbers decorations
|
|
whitespace-error-style = 22 reverse
|
|
|
|
[delta "decorations"]
|
|
commit-decoration-style = bold yellow box
|
|
file-style = bold yellow ul
|
|
file-decoration-style = none
|
|
|
|
[alias]
|
|
log-branches = log --all --graph --decorate --oneline --simplify-by-decoration
|
|
pfusch = push --force
|
|
|
|
[user]
|
|
useConfigOnly = true
|
|
name = "Arne Keller"
|
|
email = "arne.keller@posteo.de"
|
|
|
|
[core]
|
|
askpass = /run/current-system/sw/bin/ksshaskpass
|
|
quotepath = off
|
|
|
|
[pull]
|
|
ff = only
|
|
[rerere]
|
|
enabled = 1
|