2016-03-31 02:03:55 +00:00
|
|
|
[user]
|
2016-07-20 15:27:01 +00:00
|
|
|
name = Joe Groocock
|
2016-03-31 02:03:55 +00:00
|
|
|
email = frebib@gmail.com
|
2016-04-02 18:45:25 +00:00
|
|
|
signingkey = CFBB6A86
|
2016-10-14 21:40:54 +00:00
|
|
|
[commit]
|
2017-10-03 09:19:22 +00:00
|
|
|
gpgsign = true
|
2016-04-02 18:45:25 +00:00
|
|
|
[color]
|
|
|
|
ui = auto
|
2016-10-14 21:40:54 +00:00
|
|
|
[alias]
|
2017-11-15 23:49:09 +00:00
|
|
|
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
|
|
|
|
pushall = !git remote | xargs -L1 git push
|
2016-04-02 18:45:25 +00:00
|
|
|
[rebase]
|
2016-08-22 19:37:37 +00:00
|
|
|
autoStash = true
|
2016-04-02 18:45:25 +00:00
|
|
|
[push]
|
|
|
|
default = upstream
|
|
|
|
[advice]
|
|
|
|
statusHints = false
|
|
|
|
pushUpdateRejected = false
|
2016-07-20 15:27:01 +00:00
|
|
|
[pull]
|
|
|
|
rebase = true
|
2016-10-04 09:36:55 +00:00
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2018-01-26 23:44:24 +00:00
|
|
|
excludesfile = /home/frebib/.config/git/gitignore
|
2017-11-24 00:16:24 +00:00
|
|
|
[diff]
|
|
|
|
algorithm = patience
|
2017-10-03 09:19:39 +00:00
|
|
|
[sendemail]
|
|
|
|
from = Joe Groocock <frebib@gmail.com>
|
|
|
|
smtpserver = smtp.gmail.com
|
|
|
|
smtpuser = frebib@gmail.com
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
|
|
|
suppresscc = self
|