From 46bb7729d6334b624919f6d1e63a84ec3bf83dd8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 18 Sep 2013 19:15:08 -0700 Subject: [PATCH] .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. --- src/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2