pentoo-overlay/pentoo/zero-system/files/gitconfig
2018-11-06 22:22:09 -05:00

29 lines
465 B
Text

[user]
name = Rick Farina (Zero_Chaos)
email = zerochaos@gentoo.org
signingkey = DD11F94A
[color]
ui = true
[diff]
renamelimit=0
[sendemail]
confirm = auto
[push]
default = simple
[rerere]
enabled = true
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckobjects = true
[commit]
gpgsign = true
[pull]
rebase = preserve
[tag]
gpgsign = true
#this causes bad exit codes and more harm than good
#[merge]
# verifySignatures = true