diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-10-07 18:46:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-07 10:53:34 -0700 |
commit | a43eb67e653ccaa9a00ff52adb706201d7b1af13 (patch) | |
tree | f38d6e40f8cc5e7d17f49f58cfb9dcb509a197e2 /Documentation/git-interpret-trailers.txt | |
parent | Documentation: add documentation for 'git interpret-trailers' (diff) | |
download | tgif-a43eb67e653ccaa9a00ff52adb706201d7b1af13.tar.xz |
Documentation/interpret-trailers: Grammar fix
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-interpret-trailers.txt')
-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 81fac3d26d..29e17676a9 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt @@ -67,7 +67,7 @@ OPTIONS --trim-empty:: If the <value> part of any trailer contains only whitespace, the whole trailer will be removed from the resulting message. - This apply to existing trailers as well as new trailers. + This applies to existing trailers as well as new trailers. --trailer <token>[(=|:)<value>]:: Specify a (<token>, <value>) pair that should be applied as a |