44 lines
656 B
Text
44 lines
656 B
Text
[user]
|
|
name = Vladimír Dudr
|
|
email = vladimir@tango-dj.cz
|
|
|
|
[http "https://gopkg.in"]
|
|
followRedirects = true
|
|
|
|
[gui]
|
|
spellingdictionary = none
|
|
|
|
[color]
|
|
ui = auto
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[rebase]
|
|
autostash = false
|
|
|
|
[core]
|
|
pager = less
|
|
|
|
[delta]
|
|
side-by-side = true
|
|
;file-decoration-style = none
|
|
file-style = normal
|
|
syntax-theme = gruvbox-dark
|
|
hyperlinks = true
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[diff]
|
|
algorithm = patience
|
|
external = difft
|
|
|
|
[sendemail]
|
|
smtpserver = /usr/bin/msmtp
|
|
smtpserveroption = -a
|
|
smtpserveroption = tdj
|
|
|
|
[merge]
|
|
tool = vimdiff
|
|
conflictstyle = diff3
|