diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2017-03-20 14:20:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-20 18:04:57 +0100 |
commit | 2c7ee986c70e276531881d8730b9bb299b30d5c0 (patch) | |
tree | 5769c2f8bd97c5cf03890a8898be10d7c88d48fa /Documentation/git-send-email.txt | |
parent | Preparing for 2.12.1 (diff) | |
download | git-2c7ee986c70e276531881d8730b9bb299b30d5c0.tar.xz git-2c7ee986c70e276531881d8730b9bb299b30d5c0.zip |
doc: change erroneous --[no]-whatever into --[no-]whatever
Change these two obvious typos to be in line with the rest of the
documentation, which uses the correct --[no-]whatever form.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 642d0ef199..9d66166f69 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -89,7 +89,7 @@ See the CONFIGURATION section for `sendemail.multiEdit`. reply to the given Message-Id, which avoids breaking threads to provide a new patch series. The second and subsequent emails will be sent as replies according to - the `--[no]-chain-reply-to` setting. + the `--[no-]chain-reply-to` setting. + So for example when `--thread` and `--no-chain-reply-to` are specified, the second and subsequent patches will be replies to the first one like in the |