From: Linus Arver <linusa@xxxxxxxxxx> This uses the phrase "commit message part" instead of "commit message". Signed-off-by: Linus Arver <linusa@xxxxxxxxxx> --- Documentation/git-interpret-trailers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 593bc1a1f4e..3e60a6eaabc 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt @@ -131,7 +131,7 @@ OPTIONS --no-divider:: Do not treat `---` as the end of the commit message. Use this - when you know your input contains just the commit message itself + when you know your input contains only the commit message part (and not an email or the output of `git format-patch`). CONFIGURATION VARIABLES -- gitgitgadget