14         ll           = log --pretty=oneline --abbrev-commit --max-count=15
 
  15         lll          = log --pretty=oneline --abbrev-commit
 
  16         review       = log -p --max-count=1
 
  17         fp           = format-patch --stdout
 
  26         bv           = !git branch --color -v | cut -c1-100
 
  27         incoming     = !git-incoming
 
  29         outgoing     = !git-outgoing
 
  31         subtree      = !git-subtree
 
  34         dw           = diff --patience --word-diff=color
 
  38         logallrefupdates = true
 
  39         whitespace = space-before-tab, trailing-space
 
  40         excludesfile = ~/.gitignore_global
 
  46         smtpserver = smtp.gmail.com
 
  49         smtpuser = tony@nynim.org
 
  61         current = yellow reverse