diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:48 -0700 |
commit | b80dd559c99ad8afa2d9ec513b18048257547593 (patch) | |
tree | 9d56df01b75f4e9d6021517961b20a49b00b97a5 /Documentation | |
parent | 91ece0fc1d29ad192680717cf64da363718635ae (diff) | |
parent | a43eb67e653ccaa9a00ff52adb706201d7b1af13 (diff) | |
download | git-b80dd559c99ad8afa2d9ec513b18048257547593.tar.gz git-b80dd559c99ad8afa2d9ec513b18048257547593.tar.xz |
Merge branch 'tk/doc-interpret-trailers-grammo'
* tk/doc-interpret-trailers-grammo:
Documentation/interpret-trailers: Grammar fix
Diffstat (limited to 'Documentation')
-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 d6d9231b5..0ecd497c4 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 |