Skip to content

Commit 8c9ca6f

Browse files
Martin Ågrengitster
authored andcommitted
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 b722d45 ("pretty: provide human date format", 2021-04-25). That commit also added "%ah", which does have the space already. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fba8e4c commit 8c9ca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The placeholders are:
208208
'%ci':: committer date, ISO 8601-like format
209209
'%cI':: committer date, strict ISO 8601 format
210210
'%cs':: committer date, short format (`YYYY-MM-DD`)
211-
'%ch':: committer date, human style(like the `--date=human` option of
211+
'%ch':: committer date, human style (like the `--date=human` option of
212212
linkgit:git-rev-list[1])
213213
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
214214
'%D':: ref names without the " (", ")" wrapping.

0 commit comments

Comments
 (0)