summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-17 06:40:45 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-17 06:40:45 +0900
commit608b11da2f9110b9b1ce96eb56f84676567afec3 (patch)
tree0906054dc79cb4c281e6095e61af93dce616e322 /pretty-formats.txt
parent766021adccd91e4e3bd819f1497156306f0e0687 (diff)
downloadgit-htmldocs-608b11da2f9110b9b1ce96eb56f84676567afec3.tar.gz
Autogenerated HTML docs for v2.32.0-rc0
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index cd697f508..ef6bd420a 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -208,7 +208,7 @@ The placeholders are:
'%ci':: committer date, ISO 8601-like format
'%cI':: committer date, strict ISO 8601 format
'%cs':: committer date, short format (`YYYY-MM-DD`)
-'%ch':: committer date, human style(like the `--date=human` option of
+'%ch':: committer date, human style (like the `--date=human` option of
linkgit:git-rev-list[1])
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
'%D':: ref names without the " (", ")" wrapping.
@@ -271,7 +271,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"