From: W. Trevor King Date: Thu, 19 Sep 2013 02:15:08 +0000 (-0700) Subject: .gitconfig: Use git-contacts instead of git-cc X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46bb7729d6334b624919f6d1e63a84ec3bf83dd8;p=dotfiles-public.git .gitconfig: Use git-contacts instead of git-cc 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. --- diff --git a/src/.gitconfig b/src/.gitconfig index 5320aef..cac6f3a 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -13,7 +13,7 @@ [sendemail] from = W. Trevor King - cccmd = /home/wking/bin/git-cc + cccmd = git-contacts aliasesfile = /home/wking/.mutt/aliases aliasfiletype = mutt