Re: What's cooking in git.git (Aug 2017, #04; Fri, 18)
From: Martin Ågren <hidden>
Date: 2017-08-20 10:46:47
On 20 August 2017 at 11:40, Jeff King [off-list ref] wrote:
-- >8 -- From: =?UTF-8?q?Martin=20=C3=85gren?= <redacted> Subject: [PATCH] doc/interpret-trailers: fix "the this" typo Signed-off-by: Jeff King <redacted> --- I put Martin as the author since he noticed the bug, but I think we are OK without a signoff for this trivial change (normally I'd have just squashed, but the topic is in 'next' now).
FWIW, adding my sign-off would be ok with me. Also, obviously, I'd be just as ok if this patch was not "From" me at all.
quoted hunk ↗ jump to hunk
Documentation/git-interpret-trailers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 1df8aabf51..2e22210734 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt@@ -21,7 +21,7 @@ This command reads some patches or commit messages from either the <file> arguments or the standard input if no <file> is specified. If `--parse` is specified, the output consists of the parsed trailers. -Otherwise, the this command applies the arguments passed using the +Otherwise, this command applies the arguments passed using the `--trailer` option, if any, to the commit message part of each input file. The result is emitted on the standard output.