From: "Martin Ågren" <martin.agren@gmail.com> To: git@vger.kernel.org Cc: ZheNing Hu <adlternative@gmail.com>, Taylor Blau <me@ttaylorr.com> Subject: [PATCH 2/2] pretty-formats.txt: add missing space Date: Sun, 9 May 2021 11:10:00 +0200 [thread overview] Message-ID: <3d06c3beee0299db369f1dd859b092d529bd6846.1620551314.git.martin.agren@gmail.com> (raw) In-Reply-To: <cover.1620551314.git.martin.agren@gmail.com> 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> --- Documentation/pretty-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.31.1.751.gd2f1c929bd
next prev parent reply other threads:[~2021-05-09 9:10 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-09 9:09 [PATCH 0/2] minor doc fixes Martin Ågren 2021-05-09 9:09 ` [PATCH 1/2] git-repack.txt: remove spurious ")" Martin Ågren 2021-05-09 9:10 ` Martin Ågren [this message] 2021-05-09 14:13 ` [PATCH 2/2] pretty-formats.txt: add missing space ZheNing Hu 2021-05-09 15:27 ` Martin Ågren 2021-05-10 4:14 ` Junio C Hamano
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=3d06c3beee0299db369f1dd859b092d529bd6846.1620551314.git.martin.agren@gmail.com \ --to=martin.agren@gmail.com \ --cc=adlternative@gmail.com \ --cc=git@vger.kernel.org \ --cc=me@ttaylorr.com \ --subject='Re: [PATCH 2/2] pretty-formats.txt: add missing space' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).