From fc26d5d928afd6b3576de896fe313db5a4baf5cf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 16 Sep 2009 21:36:04 -0400 Subject: [PATCH] fall back to sendemail.pullrequestcc for git-format-request-pull --- .bin/git-format-request-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/git-format-request-pull b/.bin/git-format-request-pull index a122ebd..73cf165 100755 --- a/.bin/git-format-request-pull +++ b/.bin/git-format-request-pull @@ -45,7 +45,7 @@ EOF cat ${tmp} to=$(git config --get sendemail.pullrequest) -cc=$(git config --get sendemail.to) +cc=$(git config --get sendemail.to || git config --get sendemail.pullrequestcc) if ${auto} ; then git send-email --to "${to}" --cc "${cc}" ${tmp} else -- 2.39.2