diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2007-03-18 21:37:53 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-18 21:10:03 -0700 |
commit | abec100c3382f7d7b759f915a86e9773277263b6 (patch) | |
tree | 93de0e59a1ff169f0a65ab5d2eb96588f88d7701 /Documentation/git-send-email.txt | |
parent | d6678c28e30e836449092a2917d4b0bd6254b06c (diff) | |
download | git-abec100c3382f7d7b759f915a86e9773277263b6.tar.gz |
Make git-send-email aware of Cc: lines.
In the Linux kernel, for example, it's common to include Cc: lines
for cases when you want to remember to cc someone on a patch without
necessarily claiming they signed off on it. Make git-send-email
aware of these.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 9b3aabb6fe..682313e95d 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -60,7 +60,8 @@ The --cc option must be repeated for each user you want on the cc list. is not set, this will be prompted for. --no-signed-off-by-cc:: - Do not add emails found in Signed-off-by: lines to the cc list. + Do not add emails found in Signed-off-by: or Cc: lines to the + cc list. --quiet:: Make git-send-email less verbose. One line per email should be |