From: Denton Liu Date: Fri, 10 May 2019 18:37:03 +0000 (-0400) Subject: git-format-patch.txt: document --no-notes option X-Git-Tag: v2.23.0-rc0~133^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/83d9db7893e479a836b11e141c1717f0d5b829a0?hp=6a6c0f10a70a6eb101c213b09ae82a9cad252743 git-format-patch.txt: document --no-notes option Internally, git-format-patch uses the `handle_revision_opt` parser. The parser handles the `--no-notes` option to negate an earlier `--notes` option, but it isn't documented. Document this option so that users are aware of it. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 1af85d404f..2c3971390e 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -22,7 +22,8 @@ SYNOPSIS [--rfc] [--subject-prefix=Subject-Prefix] [(--reroll-count|-v) ] [--to=] [--cc=] - [--[no-]cover-letter] [--quiet] [--notes[=]] + [--[no-]cover-letter] [--quiet] + [--no-notes | --notes[=]] [--interdiff=] [--range-diff= [--creation-factor=]] [--progress] @@ -263,6 +264,7 @@ material (this may change in the future). for details. --notes[=]:: +--no-notes:: Append the notes (see linkgit:git-notes[1]) for the commit after the three-dash line. +