---
Documentation/git-format-patch.txt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index f1fd0df..aaa472d 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -171,6 +171,13 @@ will want to ensure that threading is disabled for `git send-email`.
to any configured headers, and may be used multiple times.
For example, `--add-header="Organization: git-foo"`
+--notmuch=<expr>::
+ Generate headers appropriate for a reply to a notmuch search for the
+ given expression. Usually an expression of the form id:<Message-ID>
+ will be used to match an exact message. The reply will set
+ In-Reply-To, References, To, Cc, Bcc, and possibly other headers
+ (depending on notmuch configuration).
+
--cover-letter::
In addition to the patches, generate a cover letter file
containing the shortlog and the overall diffstat. You can
--
1.6.5.3