Merge branch 'jk/trailers-parse' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 17:36:57 +0000 (10:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 17:36:57 +0000 (10:36 -0700)
"git interpret-trailers" has been taught a "--parse" and a few
other options to make it easier for scripts to grab existing
trailer lines from a commit log message.

* jk/trailers-parse:
doc/interpret-trailers: fix "the this" typo

Documentation/git-interpret-trailers.txt
index 30386e887b3681df435fd980c69ca10b51d082a3..9dd19a1dd9f126fbf54f1dc628b30fbe05445cf3 100644 (file)
@@ -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.