diff options
author | Sean Estabrooks <seanlkml@sympatico.ca> | 2007-08-17 17:38:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-17 15:20:35 -0700 |
commit | e63b58ba0b67262674c94321693c4f84a58ecf80 (patch) | |
tree | 15f57a01d39ffa7bbbc8eff36b7450c394ddd8c0 /Documentation/git-send-email.txt | |
parent | 97a5d8cce913aa1727a026a07422a0c9b5ca0e38 (diff) | |
download | git-e63b58ba0b67262674c94321693c4f84a58ecf80.tar.gz git-e63b58ba0b67262674c94321693c4f84a58ecf80.tar.xz |
Fix small typo in git send-email man page.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-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 d243ed1e3..08a023ea9 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -62,7 +62,7 @@ The --cc option must be repeated for each user you want on the cc list. --signed-off-by-cc, --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.signedoffbycc' configuration value; + Default is the value of 'sendemail.signedoffcc' configuration value; if that is unspecified, default to --signed-off-by-cc. --quiet:: |