aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/pretty-formats.txt
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2021-05-12 11:18:02 +0000
committerJunio C Hamano <gitster@pobox.com>2021-05-13 07:47:51 +0900
commite6f68f62e0d9551a8798c1e62eebab929b805108 (patch)
tree237d32155ebd033ff69e66be67c77591d18202e5 /Documentation/pretty-formats.txt
parent2762e17117fdd7ab73eb3f2970620a6f91500d01 (diff)
downloadgit-e6f68f62e0d9551a8798c1e62eebab929b805108.tar.gz
pretty: fix a typo in the documentation for %(trailers)
Signed-off-by: Louis Sautier <sautier.louis@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pretty-formats.txt')
-rw-r--r--Documentation/pretty-formats.txt2
1 files changed, 1 insertions, 1 deletions
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 `[=<BOOL>]`. The values
`true`, `false`, `on`, `off` etc. are all accepted. See the "boolean"