From: Aleen <aleen42@xxxxxxxxxx> Signed-off-by: Aleen <aleen42@xxxxxxxxxx> --- Documentation/git-format-patch.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 113eabc107c..a9f2bf94182 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -30,6 +30,7 @@ SYNOPSIS [--range-diff=<previous> [--creation-factor=<percent>]] [--filename-max-length=<n>] [--progress] + [--always] [<common diff options>] [ <since> | <revision range> ] @@ -388,6 +389,10 @@ you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`. --progress:: Show progress reports on stderr as patches are generated. +--always:: + Patch commits with detailed commit messages, + even if they emit no changes. (see linkgit:git-diff-tree[1]) + CONFIGURATION ------------- You can specify extra mail header lines to be added to each message, -- gitgitgadget