14         ll           = log --pretty=oneline --abbrev-commit --max-count=15
 
  15         review       = log -p --max-count=1
 
  16         fp           = format-patch --stdout
 
  25         bv           = !git branch --color -v | cut -c1-100
 
  26         incoming     = !git-incoming
 
  28         outgoing     = !git-outgoing
 
  30         subtree      = !git-subtree
 
  34         logallrefupdates = true
 
  35         whitespace = space-before-tab, trailing-space
 
  36         excludesfile = ~/.gitignore_global
 
  42         smtpserver = smtp.gmail.com
 
  45         smtpuser = tony@nynim.org
 
  57         current = yellow reverse