.bashrc.d/00environment: Set GOPATH and GOBIN
[dotfiles-public.git] / src / .gitconfig
index 33f7deef630c658c917763c4d2e8f158747a1fc7..5b5993287b870220ec7916e94fef72fa527423f9 100644 (file)
 
 [sendemail]
        from = W. Trevor King <wking@tremily.us>
-       cccmd = /home/wking/bin/git-cc
+       cccmd = git-contacts
        aliasesfile = /home/wking/.mutt/aliases
        aliasfiletype = mutt
+
+[color]
+       ui = auto
+
+[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