]> git.ipfire.org Git - thirdparty/git.git/commitdiff
pretty-formats.txt: add missing space
authorMartin Ågren <martin.agren@gmail.com>
Sun, 9 May 2021 09:10:00 +0000 (11:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 05:12:49 +0000 (14:12 +0900)
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>
Documentation/pretty-formats.txt

index cd697f508c53711d2f758a798e5300f7fc6d0f6d..58bb2795284dc90e70d5551ec0d979c1407f7243 100644 (file)
@@ -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.