.gitconfig: Use git-contacts instead of git-cc
authorW. Trevor King <wking@tremily.us>
Thu, 19 Sep 2013 02:15:08 +0000 (19:15 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 19 Sep 2013 02:15:08 +0000 (19:15 -0700)
Since Git 1.8.4, git has distributed Eric Sunshine's Perl port of
Felipe Contreras' cc-generating script.  Update to use the
newly-standardized script.  The new script is in the Git source under
contrib/contacts/.  Just drop it in your path.

src/.gitconfig

index 5320aef21d04c84574a57400c2611f197a8a73a2..cac6f3a3a6b2895c7bdefc5eaed4f6aeb0f11563 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