3         email = tduckles@epic.com
 
  13         ll           = log --pretty='format:%C(yellow)%h%Creset %s%C(green bold)%d%Creset %C(black bold)(by %an, %ar)%Creset'
 
  14         graph        = log --all --graph --topo-order --pretty='format:%C(yellow)%h%Creset %s %C(black bold)(by %an)%Creset%C(green bold)%d%Creset%n'
 
  19         bd           = !git-branch-dates
 
  20         bv           = !git-branch-dates -v
 
  25         dfw          = diff --word-diff=color
 
  26         dfcw         = diff --cached --word-diff=color
 
  34         root         = rev-parse --show-toplevel
 
  36         fp           = format-patch --stdout
 
  37         patch        = !git --no-pager diff --no-color
 
  41         logallrefupdates = true
 
  42         whitespace = space-before-tab, trailing-space
 
  43         excludesfile = ~/.gitfiles/gitignore-global
 
  44         attributesfile = ~/.gitfiles/gitattributes-global
 
  48         diffFilter = diff-filter
 
  55         smtpserver = smtp.gmail.com
 
  58         smtpuser = tony@nynim.org
 
  71         current = yellow reverse
 
  85 [color "diff-highlight"]
 
  87         oldHighlight = red bold 235
 
  89         newHighlight = green bold black
 
  99         path = .gitconfig.local