projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f63f943
)
.gitconfig: Use git-contacts instead of git-cc
author
W. Trevor King
<wking@tremily.us>
Thu, 19 Sep 2013 02:15:08 +0000
(19:15 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index 5320aef21d04c84574a57400c2611f197a8a73a2..cac6f3a3a6b2895c7bdefc5eaed4f6aeb0f11563 100644
(file)
--- a/
src/.gitconfig
+++ b/
src/.gitconfig
@@
-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