.bashrc.d/00environment: Set GOPATH and GOBIN
[dotfiles-public.git] / src / .gitconfig
index f78b3ea84be48d05a60ff53cc499c34e5315c898..5b5993287b870220ec7916e94fef72fa527423f9 100644 (file)
@@ -13,7 +13,7 @@
 
 [sendemail]
        from = W. Trevor King <wking@tremily.us>
-       cccmd = /home/wking/bin/git-cc
+       cccmd = git-contacts
        aliasesfile = /home/wking/.mutt/aliases
        aliasfiletype = mutt
 
 [diff "gpg"]
        textconv = gpg -v
        xfuncname = "^((pub|uid) .*)"
+
+[rerere]
+       enabled = true
+
+[alias]
+       authors = shortlog -se
+       glog = log --graph --topo-order --oneline --decorate
+       dlog = log --graph --date-order --oneline --decorate