2020-08-17 14:25:11 -06:00
|
|
|
[user]
|
|
|
|
email = aaron@bolddaemon.com
|
|
|
|
name = Aaron Bieber
|
|
|
|
|
|
|
|
[alias]
|
|
|
|
log = log --color=never
|
|
|
|
|
|
|
|
[push]
|
2021-02-25 06:07:41 -07:00
|
|
|
default = current
|
2020-08-17 14:25:11 -06:00
|
|
|
[color]
|
|
|
|
branch = false
|
|
|
|
diff = true
|
|
|
|
interactive = false
|
|
|
|
log = false
|
|
|
|
status = false
|
|
|
|
ui = false
|
|
|
|
[core]
|
|
|
|
deltaBaseCacheLimit = 1G
|
|
|
|
[http]
|
|
|
|
cookiefile = /home/qbit/.gitcookies
|
|
|
|
[transfer]
|
|
|
|
fsckobjects = true
|
|
|
|
[fetch]
|
|
|
|
fsckobjects = true
|
|
|
|
[gpg]
|
|
|
|
program = gpg2
|
|
|
|
|
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
[commit]
|
|
|
|
gpgsign = false
|
|
|
|
[github]
|
|
|
|
user = qbit
|
|
|
|
|
|
|
|
[sendemail]
|
|
|
|
smtpserver = mail.messagingengine.com
|
|
|
|
smtpuser = qbit@fastmail.com
|
|
|
|
smtpAuth = PLAIN
|
|
|
|
smtpEncryption = tls
|
|
|
|
smtpserverport = 587
|
|
|
|
cc = aaron@bolddaemon.com
|
|
|
|
confirm = auto
|
|
|
|
|
|
|
|
[credential]
|
|
|
|
helper = netrc
|
2020-08-19 07:52:47 -06:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
2021-02-11 06:07:40 -07:00
|
|
|
|
|
|
|
[include]
|
|
|
|
path = ~/work/git/gitconfig
|
|
|
|
|