[user]
	name = Tony Duckles
	email = tony@nynim.org

[alias]
	browse       = !hub browse
	w            = !hub browse
	compare      = !hub compare
	cb           = !git-cut-branch
	sh           = !git-sh
	grab         = !github-grab
	thanks       = !git-thanks
	track        = !git-track
	ll           = log --pretty=oneline --abbrev-commit --max-count=15
	lll          = log --pretty=oneline --abbrev-commit
	review       = log -p --max-count=1
	fp           = format-patch --stdout
	ci           = commit
	st           = status
	br           = branch
	co           = checkout
	cv           = !git-cv
	lg           = log -p
	who          = shortlog -s --
	bd           = !git-brdate
	bv           = !git branch --color -v | cut -c1-100
	incoming     = !git-incoming
	in           = !git-incoming
	outgoing     = !git-outgoing
	out          = !git-outgoing
	subtree      = !git-subtree
	sup          = !git-subup
	df           = diff --patience
	dw           = diff --patience --word-diff=color

[core]
	filemode = true
	logallrefupdates = true
	whitespace = space-before-tab, trailing-space
	excludesfile = ~/.gitignore_global

[diff]
	renames = copies

[sendemail]
	smtpserver = smtp.gmail.com
	smtpserverport = 587
	smtpencryption = tls
	smtpuser = tony@nynim.org

[color]
	ui = auto

[color "diff"]
	meta = blue bold
	frag = magenta bold
	old = red bold
	new = green bold

[color "branch"]
	current = yellow reverse
	local = yellow bold
	remote = green bold
	plain = red bold

[color "status"]
	added = yellow
	changed = green bold
	untracked = blue bold