48 lines
719 B
Text
48 lines
719 B
Text
[commit]
|
|
gpgSign = true
|
|
user = dziltener@lyrion.ch
|
|
|
|
[core]
|
|
pager = "diff-so-fancy | less '--tabs=4' '-RFX'"
|
|
|
|
[diff-so-fancy]
|
|
changeHunkIndicators = true
|
|
markEmptyLines = true
|
|
stripLeadingSymbols = true
|
|
useUnicodeRuler = true
|
|
|
|
[gpg]
|
|
program = "gpg"
|
|
|
|
[interactive]
|
|
diffFilter = "diff-so-fancy --patch"
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
|
|
[rebase]
|
|
autoStash = true
|
|
|
|
[sendemail]
|
|
sendmailCmd = msmtp -t
|
|
annotate = yes
|
|
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
[user]
|
|
email = "dziltener@lyrion.ch"
|
|
name = "Daniel Ziltener"
|
|
signingKey = "37F655BAF43BC0FF300A91A1B38976E82C9DAE42"
|
|
|
|
[init]
|
|
defaultBranch = master
|
|
|
|
[github]
|
|
user = dziltener@lyrion.ch
|
|
|
|
[gitlab]
|
|
user = zilti
|