[user]
|
|
name = brettlangdon
|
|
email = me@brett.is
|
|
signingkey = A70042D88B95AA2B
|
|
[credential]
|
|
helper = store
|
|
[core]
|
|
excludesfile = /Users/brettlangdon/.gitignore_global
|
|
editor = emacs -nw -Q
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
whitespace = trailing-space,space-before-tab
|
|
[alias]
|
|
st = status
|
|
d = diff --color --minimal
|
|
dc = diff --color --minimal --cached
|
|
g = grep -p
|
|
dm = diff origin/master
|
|
[diff]
|
|
compactionHeuristic = true
|
|
algorithm = histogram
|
|
[push]
|
|
default = simple
|
|
[grep]
|
|
lineNumber = true
|
|
[commit]
|
|
gpgsign = true
|
|
[color]
|
|
ui = true
|
|
[color "diff-highlight"]
|
|
oldNormal = red bold
|
|
oldHighlight = red bold 52
|
|
newNormal = green bold
|
|
newHighlight = green bold 22
|
|
[color "diff"]
|
|
meta = 227
|
|
frag = magenta bold
|
|
commit = 227 bold
|
|
old = red bold
|
|
new = green bold
|
|
whitespace = red reverse
|
|
[gpg]
|
|
program = gpg
|