From e6f68f62e0d9551a8798c1e62eebab929b805108 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 12 May 2021 11:18:02 +0000 Subject: [PATCH] pretty: fix a typo in the documentation for %(trailers) Signed-off-by: Louis Sautier Signed-off-by: Junio C Hamano --- Documentation/pretty-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index 973b6c7d48..65b3139242 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -254,7 +254,7 @@ endif::git-rev-list[] `trailers` string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the - last occurance wins. + last occurrence wins. + The boolean options accept an optional value `[=]`. The values `true`, `false`, `on`, `off` etc. are all accepted. See the "boolean"