summaryrefslogtreecommitdiffstats
path: root/git-interpret-trailers.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-09 15:08:29 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-09 15:08:29 -0700
commit80d588f33da8bcdfec5509ef613c45bb19607d36 (patch)
tree48c74671e09cc74d27ae10f131941f999027770c /git-interpret-trailers.html
parentc4f7799fb198cf50c4132036d5c9eb79184ee00b (diff)
downloadgit-htmldocs-80d588f33da8bcdfec5509ef613c45bb19607d36.tar.gz
Autogenerated HTML docs for v2.37.3-542-gdd3f6
Diffstat (limited to 'git-interpret-trailers.html')
-rw-r--r--git-interpret-trailers.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-interpret-trailers.html b/git-interpret-trailers.html
index c8ad9e5ba..043c98c31 100644
--- a/git-interpret-trailers.html
+++ b/git-interpret-trailers.html
@@ -797,10 +797,12 @@ The group must either be at the end of the message or be the last
non-whitespace lines before a line that starts with <em>---</em> (followed by a
space or the end of the line). Such three minus signs start the patch
part of the message. See also <code>--no-divider</code> below.</p></div>
-<div class="paragraph"><p>When reading trailers, there can be whitespaces after the
-token, the separator and the value. There can also be whitespaces
-inside the token and the value. The value may be split over multiple lines with
-each subsequent line starting with whitespace, like the "folding" in RFC 822.</p></div>
+<div class="paragraph"><p>When reading trailers, there can be no whitespace before or inside the
+token, but any number of regular space and tab characters are allowed
+between the token and the separator. There can be whitespaces before,
+inside or after the value. The value may be split over multiple lines
+with each subsequent line starting with at least one whitespace, like
+the "folding" in RFC 822.</p></div>
<div class="paragraph"><p>Note that <em>trailers</em> do not follow and are not intended to follow many
rules for RFC 822 headers. For example they do not follow
the encoding rules and probably many other rules.</p></div>
@@ -1327,7 +1329,7 @@ $ chmod +x .git/hooks/commit-msg</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-05-12 22:11:31 PDT
+ 2022-09-09 15:06:28 PDT
</div>
</div>
</body>