Signed-off-by: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> --- Documentation/git-format-patch.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index eb2fbcf..65e4089 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -20,6 +20,7 @@ SYNOPSIS [--subject-prefix=Subject-Prefix] [--cc=<email>] [--cover-letter] + [--cover-one-patch] [ <since> | <revision range> ] DESCRIPTION @@ -167,6 +168,11 @@ if that is not set. containing the shortlog and the overall diffstat. You can fill in a description in the file before sending it out. +--cover-one-patch:: + If a patch series is only one patch long, the format.coveronepatch + will prevent the creation of cover letters, if disabled. + This option can force creating a cover letter in those cases. + --suffix=.<sfx>:: Instead of using `.patch` as the suffix for generated filenames, use specified suffix. A common alternative is -- 1.6.2.2.446.gfbdc0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html