summaryrefslogtreecommitdiffstats
path: root/git-interpret-trailers.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-25 17:26:23 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-25 17:26:23 -0700
commit8842ccc9dc941b70fd8eccbfcd41acac8627f67f (patch)
tree96a88c84fcd5e6707814050b8c611f3cfe07cbae /git-interpret-trailers.html
parentfd4c4dc9f73ff03dad1eb33a5ec51e32dfcb2b4b (diff)
downloadgit-htmldocs-8842ccc9dc941b70fd8eccbfcd41acac8627f67f.tar.gz
Autogenerated HTML docs for v2.44.0-368-gc75fd
Diffstat (limited to 'git-interpret-trailers.html')
-rw-r--r--git-interpret-trailers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-interpret-trailers.html b/git-interpret-trailers.html
index 32ee9a6d0..231d24baa 100644
--- a/git-interpret-trailers.html
+++ b/git-interpret-trailers.html
@@ -750,7 +750,7 @@ git-interpret-trailers(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git interpret-trailers</em> [--in-place] [--trim-empty]
- [(--trailer (&lt;key&gt;|&lt;keyAlias&gt;)[(=|:)&lt;value&gt;])&#8230;]
+ [(--trailer (&lt;key&gt;|&lt;key-alias&gt;)[(=|:)&lt;value&gt;])&#8230;]
[--parse] [&lt;file&gt;&#8230;]</pre>
<div class="attribution">
</div></div>
@@ -804,9 +804,9 @@ to remove starting and trailing whitespace, and the resulting trimmed
</div></div>
<div class="paragraph"><p>This means that the trimmed &lt;key&gt; and &lt;value&gt; will be separated by
<code>': '</code> (one colon followed by one space).</p></div>
-<div class="paragraph"><p>For convenience, a &lt;keyAlias&gt; can be configured to make using <code>--trailer</code>
+<div class="paragraph"><p>For convenience, a &lt;key-alias&gt; can be configured to make using <code>--trailer</code>
shorter to type on the command line. This can be configured using the
-<em>trailer.&lt;keyAlias&gt;.key</em> configuration variable. The &lt;keyAlias&gt; must be a prefix
+<em>trailer.&lt;key-alias&gt;.key</em> configuration variable. The &lt;keyAlias&gt; must be a prefix
of the full &lt;key&gt; string, although case sensitivity does not matter. For
example, if you have</p></div>
<div class="listingblock">
@@ -1393,7 +1393,7 @@ $ chmod +x .git/hooks/commit-msg</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-13 15:25:25 PDT
+ 2024-03-25 17:24:49 PDT
</div>
</div>
</body>