diff options
| author | Michael Witten <mfwitten@MIT.EDU> | 2008-09-30 07:58:28 -0500 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-01 08:56:58 -0700 |
| commit | c306e071b34b5ed0e5296574af94528953bfb607 (patch) | |
| tree | 56a1b604bff295caaebb5481fa9a04802192e59b | |
| parent | send-email: change --no-validate to boolean --[no-]validate (diff) | |
| download | git-c306e071b34b5ed0e5296574af94528953bfb607.tar.gz git-c306e071b34b5ed0e5296574af94528953bfb607.zip | |
Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
Signed-off-by: Michael Witten <mfwitten@mit.edu>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
| -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 81970f3fa4..6b620323e8 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -221,7 +221,7 @@ sendemail.bcc:: Email address (or alias) to always bcc. sendemail.chainreplyto:: - Boolean value specifying the default to the '--chain_reply_to' + Boolean value specifying the default to the '--[no-]chain-reply-to' parameter. sendemail.smtpserver:: |
