Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/trailers-parse' into next
author
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Aug 2017 17:36:57 +0000
(10:36 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
6490525
)
diff --git
a/Documentation/git-interpret-trailers.txt
b/Documentation/git-interpret-trailers.txt
index 30386e887b3681df435fd980c69ca10b51d082a3..9dd19a1dd9f126fbf54f1dc628b30fbe05445cf3 100644
(file)
--- 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, th
e th
is 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.