aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/pretty-formats.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2021-05-09 11:10:00 +0200
committerJunio C Hamano <gitster@pobox.com>2021-05-10 14:12:49 +0900
commit8c9ca6f095ed421897a2a816ac36f6d82f684d7b (patch)
tree7d91bb3b8702a997af89815f07813e2afac3c6c2 /Documentation/pretty-formats.txt
parentfba8e4c3d0930d74be31dcd1e9cd15ed6e41ff80 (diff)
downloadgit-8c9ca6f095ed421897a2a816ac36f6d82f684d7b.tar.gz
pretty-formats.txt: add missing space
The description of "%ch" is missing a space after "human style", before the parenthetical remark. This description was introduced in b722d4560e ("pretty: provide human date format", 2021-04-25). That commit also added "%ah", which does have the space already. Signed-off-by: Martin Ågren <martin.agren@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 cd697f508c..58bb279528 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/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.