diff options
author | Ryan Anderson <ryan@michonline.com> | 2006-02-13 03:05:15 -0500 |
---|---|---|
committer | Ryan Anderson <ryan@michonline.com> | 2006-02-13 03:32:10 -0500 |
commit | da140f8bbf0a84b567898332759895111c37444f (patch) | |
tree | f840fc55e9cd85b09a1a021696128892a0bf23f4 /Documentation/git-send-email.txt | |
parent | a985d595ada7914e217cbec75470f2950d41505b (diff) | |
download | git-da140f8bbf0a84b567898332759895111c37444f.tar.gz git-da140f8bbf0a84b567898332759895111c37444f.tar.xz |
send-email: Add --cc
Since Junio used this in an example, and I've personally tried to use it, I
suppose the option should actually exist.
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index c2f52f58a..8c58685e2 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -24,6 +24,9 @@ OPTIONS ------- The options available are: +--cc:: + Specify a starting "Cc:" value for each email. + --chain-reply-to, --no-chain-reply-to:: If this is set, each email will be sent as a reply to the previous email sent. If disabled with "--no-chain-reply-to", all emails after |