Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-23 00:24:21 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-23 00:24:21 +0300
commitdfc20a5e3c5f15e625044ef919c943bbc5a6aefc (patch)
treefa8d07f8570a3fdeb9549f2033f3e739ad602ed8 /Documentation
parent68559c464a8d22d4c3cc0a258fb4317125ddd099 (diff)
parent760f1ad101fe9f1a5f8cf5ba6637de835987f27a (diff)
Merge branch 'bc/doc-interpret-trailers-grammofix' into maint
Docfix. * bc/doc-interpret-trailers-grammofix: docs/interpret-trailers: fix agreement error
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-interpret-trailers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 9dd19a1dd9..ff446f15f7 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -51,7 +51,7 @@ with only spaces at the end of the commit message part, one blank line
will be added before the new trailer.
Existing trailers are extracted from the input message by looking for
-a group of one or more lines that (i) are all trailers, or (ii) contains at
+a group of one or more lines that (i) is all trailers, or (ii) contains at
least one Git-generated or user-configured trailer and consists of at
least 25% trailers.
The group must be preceded by one or more empty (or whitespace-only) lines.