diff options
| author | Linus Arver <linusa@google.com> | 2023-06-15 02:53:43 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-14 21:42:19 -0700 |
| commit | 00432a36e20f86338774e5daf8c7fb2eff0beda8 (patch) | |
| tree | 57851a755916acbe05be6400b73e8e89e69cfb02 | |
| parent | doc: trailer: fix grammar (diff) | |
| download | git-00432a36e20f86338774e5daf8c7fb2eff0beda8.tar.gz git-00432a36e20f86338774e5daf8c7fb2eff0beda8.zip | |
doc: trailer: swap verb order
This matches the order already used in the NAME section.
Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-interpret-trailers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 35faf83789..da8fec7d5f 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt @@ -14,7 +14,7 @@ SYNOPSIS DESCRIPTION ----------- -Parse or add 'trailer' lines that look similar to RFC 822 e-mail +Add or parse 'trailer' lines that look similar to RFC 822 e-mail headers, at the end of the otherwise free-form part of a commit message. |
