32 lines
675 B
INI
32 lines
675 B
INI
[user]
|
|
name = Hunter Haugen
|
|
email = hunter@puppet.com
|
|
signingkey = 0xEF99694AA599DDAD
|
|
[color]
|
|
ui = true
|
|
[alias]
|
|
lg = "log --decorate --pretty=format:'%C(yellow)%h%C(reset) %C(green)%G?%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(auto)%d%C(reset)' --graph --date-order"
|
|
[diff]
|
|
tool = vimdiff
|
|
compactionHeuristic = true
|
|
[difftool "vimdiff"]
|
|
cmd = mvimdiff
|
|
path = /Users/hunner/local/bin/mvimdiff
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
[push]
|
|
default = current
|
|
[hub]
|
|
protocol = https
|
|
[gitreview]
|
|
username = hunner
|
|
[github]
|
|
user = hunner
|
|
password =
|
|
oauth-token =
|
|
[gpg]
|
|
program = gpg2
|
|
[commit]
|
|
gpgsign = true
|
|
[http]
|
|
cookiefile = ~/.gitcookies
|