summaryrefslogtreecommitdiff
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@MIT.EDU>2008-09-30 12:58:32 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2008-10-01 15:56:58 (GMT)
commitddc3d4fe84d245b81afddf305b7d92ae1f0bc556 (patch)
tree24addf29f6ead5b5a4c307a17ebba044e0ca222c /Documentation/git-send-email.txt
parent917f3e73ec60820608d32016293aa496bdcbdf0e (diff)
downloadgit-ddc3d4fe84d245b81afddf305b7d92ae1f0bc556.zip
git-ddc3d4fe84d245b81afddf305b7d92ae1f0bc556.tar.gz
git-ddc3d4fe84d245b81afddf305b7d92ae1f0bc556.tar.bz2
send-email: signedoffcc -> signedoffbycc, but handle both
The documentation now mentions sendemail.signedoffbycc instead of sendemail.signedoffcc in order to match with the options --signed-off-by-cc; the code has been updated to reflect this as well, but sendemail.signedoffcc is still handled. Signed-off-by: Michael Witten <mfwitten@mit.edu> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index d566c34..82f5056 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -144,7 +144,7 @@ Automating
--[no-]signed-off-by-cc::
If this is set, add emails found in Signed-off-by: or Cc: lines to the
- cc list. Default is the value of 'sendemail.signedoffcc' configuration
+ cc list. Default is the value of 'sendemail.signedoffbycc' configuration
value; if that is unspecified, default to --signed-off-by-cc.
--suppress-cc::