summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-07 17:21:04 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-07 17:21:04 -0700
commit69bbb1fb7fc671a26c7c42e3fa07afc365f1bc84 (patch)
treea2fc032a085361e854fc8b2902d0734164ad7692 /git-commit.html
parentb4e4759bd226dd16de8873c4b2cb1354511d1116 (diff)
downloadgit-htmldocs-69bbb1fb7fc671a26c7c42e3fa07afc365f1bc84.tar.gz
Autogenerated HTML docs for v2.31.1-236-ga0dda
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/git-commit.html b/git-commit.html
index 66a0e8ebe..6b6c0e418 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -755,7 +755,8 @@ git-commit(1) Manual Page
[--allow-empty-message] [--no-verify] [-e] [--author=&lt;author&gt;]
[--date=&lt;date&gt;] [--cleanup=&lt;mode&gt;] [--[no-]status]
[-i | -o] [--pathspec-from-file=&lt;file&gt; [--pathspec-file-nul]]
- [-S[&lt;keyid&gt;]] [--] [&lt;pathspec&gt;&#8230;]</pre>
+ [(--trailer &lt;token&gt;[(=|:)&lt;value&gt;])&#8230;] [-S[&lt;keyid&gt;]]
+ [--] [&lt;pathspec&gt;&#8230;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -1079,6 +1080,22 @@ See <a href="git-rebase.html">git-rebase(1)</a> for details.</p></div>
option on the command line.</p></div>
</dd>
<dt class="hdlist1">
+--trailer &lt;token&gt;[(=|:)&lt;value&gt;]
+</dt>
+<dd>
+<p>
+ Specify a (&lt;token&gt;, &lt;value&gt;) pair that should be applied as a
+ trailer. (e.g. <code>git commit --trailer "Signed-off-by:C O Mitter \
+ &lt;committer@example.com&gt;" --trailer "Helped-by:C O Mitter \
+ &lt;committer@example.com&gt;"</code> will add the "Signed-off-by" trailer
+ and the "Helped-by" trailer to the commit message.)
+ The <code>trailer.*</code> configuration variables
+ (<a href="git-interpret-trailers.html">git-interpret-trailers(1)</a>) can be used to define if
+ a duplicated trailer is omitted, where in the run of trailers
+ each trailer would appear, and other details.
+</p>
+</dd>
+<dt class="hdlist1">
-n
</dt>
<dt class="hdlist1">
@@ -1763,7 +1780,7 @@ information.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-03-26 15:44:23 PDT
+ 2021-04-07 17:16:19 PDT
</div>
</div>
</body>