diff options
author | Michael Witten <mfwitten@MIT.EDU> | 2008-09-30 07:58:32 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-01 08:56:58 -0700 |
commit | ddc3d4fe84d245b81afddf305b7d92ae1f0bc556 (patch) | |
tree | 24addf29f6ead5b5a4c307a17ebba044e0ca222c /Documentation | |
parent | Docs: send-email: Create logical groupings for man text (diff) | |
download | tgif-ddc3d4fe84d245b81afddf305b7d92ae1f0bc556.tar.xz |
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')
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index d566c34708..82f505686e 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:: |