summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-11 13:54:14 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 13:54:14 -0700
commit3a9663e144bda415dcecea9f62d6da4e5affe0de (patch)
treee8a95a713c73fb05aef25b89b92a85f6e518c6ce
parente05e18c5a8605c2e9b1c3aa79a3052a9b11339e1 (diff)
downloadgit-htmldocs-3a9663e144bda415dcecea9f62d6da4e5affe0de.tar.gz
Autogenerated HTML docs for v2.40.0-335-g98572
-rw-r--r--MyFirstContribution.html16
-rw-r--r--MyFirstContribution.txt14
-rw-r--r--RelNotes/2.41.0.txt19
-rw-r--r--SubmittingPatches.html4
-rw-r--r--SubmittingPatches.txt2
-rw-r--r--git-format-patch.html6
-rw-r--r--git-format-patch.txt4
-rw-r--r--git-send-email.html4
-rw-r--r--git-send-email.txt2
-rw-r--r--git-sparse-checkout.html27
-rw-r--r--git-sparse-checkout.txt25
-rw-r--r--howto/coordinate-embargoed-releases.html2
-rw-r--r--howto/keep-canonical-history-correct.html2
-rw-r--r--howto/maintain-git.html2
-rw-r--r--howto/new-command.html2
-rw-r--r--howto/rebase-from-internal-branch.html2
-rw-r--r--howto/rebuild-from-update-hook.html2
-rw-r--r--howto/recover-corrupted-blob-object.html2
-rw-r--r--howto/recover-corrupted-object-harder.html2
-rw-r--r--howto/revert-a-faulty-merge.html2
-rw-r--r--howto/revert-branch-rebase.html2
-rw-r--r--howto/separating-topic-branches.html2
-rw-r--r--howto/setup-git-server-over-http.html2
-rw-r--r--howto/update-hook-example.html2
-rw-r--r--howto/use-git-daemon.html2
-rw-r--r--howto/using-merge-subtree.html2
-rw-r--r--howto/using-signed-tag-in-pull-request.html2
27 files changed, 110 insertions, 45 deletions
diff --git a/MyFirstContribution.html b/MyFirstContribution.html
index dac53cf3a..64c976ee6 100644
--- a/MyFirstContribution.html
+++ b/MyFirstContribution.html
@@ -1889,20 +1889,20 @@ to be careful to send out only the v2 patches. We will use a pattern like
between your last version and now, if it&#8217;s something significant. You do not
need the exact same body in your second cover letter; focus on explaining to
reviewers the changes you&#8217;ve made that may not be as visible.</p></div>
-<div class="paragraph"><p>You will also need to go and find the Message-Id of your previous cover letter.
+<div class="paragraph"><p>You will also need to go and find the Message-ID of your previous cover letter.
You can either note it when you send the first series, from the output of <code>git
send-email</code>, or you can look it up on the
<a href="https://lore.kernel.org/git">mailing list</a>. Find your cover letter in the
-archives, click on it, then click "permalink" or "raw" to reveal the Message-Id
+archives, click on it, then click "permalink" or "raw" to reveal the Message-ID
header. It should match:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>Message-Id: &lt;foo.12345.author@example.com&gt;</code></pre>
+<pre><code>Message-ID: &lt;foo.12345.author@example.com&gt;</code></pre>
</div></div>
-<div class="paragraph"><p>Your Message-Id is <code>&lt;foo.12345.author@example.com&gt;</code>. This example will be used
-below as well; make sure to replace it with the correct Message-Id for your
-<strong>previous cover letter</strong> - that is, if you&#8217;re sending v2, use the Message-Id
-from v1; if you&#8217;re sending v3, use the Message-Id from v2.</p></div>
+<div class="paragraph"><p>Your Message-ID is <code>&lt;foo.12345.author@example.com&gt;</code>. This example will be used
+below as well; make sure to replace it with the correct Message-ID for your
+<strong>previous cover letter</strong> - that is, if you&#8217;re sending v2, use the Message-ID
+from v1; if you&#8217;re sending v3, use the Message-ID from v2.</p></div>
<div class="paragraph"><p>While you&#8217;re looking at the email, you should also note who is CC&#8217;d, as it&#8217;s
common practice in the mailing list to keep all CCs on a thread. You can add
these CC lines directly to your cover letter with a line like so in the header
@@ -2060,7 +2060,7 @@ should generate your diffs from <code>&lt;topic&gt;..&lt;mybranch&gt;</code> and
<div id="footer">
<div id="footer-text">
Last updated
- 2022-11-17 01:45:57 PST
+ 2023-04-11 13:51:23 PDT
</div>
</div>
</body>
diff --git a/MyFirstContribution.txt b/MyFirstContribution.txt
index ccfd0cb5f..2f8b7d597 100644
--- a/MyFirstContribution.txt
+++ b/MyFirstContribution.txt
@@ -1171,21 +1171,21 @@ between your last version and now, if it's something significant. You do not
need the exact same body in your second cover letter; focus on explaining to
reviewers the changes you've made that may not be as visible.
-You will also need to go and find the Message-Id of your previous cover letter.
+You will also need to go and find the Message-ID of your previous cover letter.
You can either note it when you send the first series, from the output of `git
send-email`, or you can look it up on the
https://lore.kernel.org/git[mailing list]. Find your cover letter in the
-archives, click on it, then click "permalink" or "raw" to reveal the Message-Id
+archives, click on it, then click "permalink" or "raw" to reveal the Message-ID
header. It should match:
----
-Message-Id: <foo.12345.author@example.com>
+Message-ID: <foo.12345.author@example.com>
----
-Your Message-Id is `<foo.12345.author@example.com>`. This example will be used
-below as well; make sure to replace it with the correct Message-Id for your
-**previous cover letter** - that is, if you're sending v2, use the Message-Id
-from v1; if you're sending v3, use the Message-Id from v2.
+Your Message-ID is `<foo.12345.author@example.com>`. This example will be used
+below as well; make sure to replace it with the correct Message-ID for your
+**previous cover letter** - that is, if you're sending v2, use the Message-ID
+from v1; if you're sending v3, use the Message-ID from v2.
While you're looking at the email, you should also note who is CC'd, as it's
common practice in the mailing list to keep all CCs on a thread. You can add
diff --git a/RelNotes/2.41.0.txt b/RelNotes/2.41.0.txt
index 1568b9d16..0fc82a83f 100644
--- a/RelNotes/2.41.0.txt
+++ b/RelNotes/2.41.0.txt
@@ -46,6 +46,11 @@ UI, Workflows & Features
outlived its usefulness long ago and is nominated for future
removal. Now we escalate to give an error.
+ * "git clone" from an empty repository learned to propagate the
+ choice of the hash algorithm from the source repository to the
+ newly created repository.
+
+
Performance, Internal Implementation, Development Support etc.
* Code clean-up to clarify directory traversal API.
@@ -80,6 +85,9 @@ Performance, Internal Implementation, Development Support etc.
* "git fetch --all" does not have to download and handle the same
bundleURI over and over, which has been corrected.
+ * "git sparse-checkout" command learns a debugging aid for the sparse
+ rule definitions.
+
Fixes since v2.40
-----------------
@@ -175,6 +183,16 @@ Fixes since v2.40
* Code clean-up around the use of the_repository.
(merge 4a93b899c1 ab/remove-implicit-use-of-the-repository later to maint).
+ * Consistently spell "Message-ID" as such, not "Message-Id".
+ (merge ba4324c4e1 jc/spell-id-in-both-caps-in-message-id later to maint).
+
+ * Correct use of an uninitialized structure member.
+ (merge dc12ee77ab jx/cap-object-info-uninitialized-fix later to maint).
+
+ * Tests had a few places where we ignored PERL_PATH and blindly used
+ /usr/bin/perl, which have been corrected.
+ (merge c1917156a0 jk/use-perl-path-consistently later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f7111175df as/doc-markup-fix later to maint).
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -189,3 +207,4 @@ Fixes since v2.40
(merge a93cbe8d78 ar/test-cleanup-unused-file-creation later to maint).
(merge cc48ddd937 jk/chainlint-fixes later to maint).
(merge 4833b08426 ow/ref-format-remove-unused-member later to maint).
+ (merge d0ea2ca1cf dw/doc-submittingpatches-grammofix later to maint).
diff --git a/SubmittingPatches.html b/SubmittingPatches.html
index 87ac10c93..19c09e0b2 100644
--- a/SubmittingPatches.html
+++ b/SubmittingPatches.html
@@ -1355,7 +1355,7 @@ trigger a new CI build to ensure all tests pass.</p></div>
<div class="sect1">
<h2 id="mua">MUA specific hints</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Some of patches I receive or pick up from the list share common
+<div class="paragraph"><p>Some of the patches I receive or pick up from the list share common
patterns of breakage. Please make sure your MUA is set up
properly not to corrupt whitespaces.</p></div>
<div class="paragraph"><p>See the DISCUSSION section of <a href="git-format-patch.html">git-format-patch(1)</a> for hints on
@@ -1446,7 +1446,7 @@ this problem around.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-03-12 23:48:42 PDT
+ 2023-04-11 13:51:23 PDT
</div>
</div>
</body>
diff --git a/SubmittingPatches.txt b/SubmittingPatches.txt
index 927f7329a..b218e2735 100644
--- a/SubmittingPatches.txt
+++ b/SubmittingPatches.txt
@@ -543,7 +543,7 @@ trigger a new CI build to ensure all tests pass.
[[mua]]
== MUA specific hints
-Some of patches I receive or pick up from the list share common
+Some of the patches I receive or pick up from the list share common
patterns of breakage. Please make sure your MUA is set up
properly not to corrupt whitespaces.
diff --git a/git-format-patch.html b/git-format-patch.html
index 3dc9c00a4..9a5b39b9b 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -852,7 +852,7 @@ line (see the DISCUSSION section of <a href="git-commit.html">git-commit(1)</a>)
To omit patch numbers from the subject, use <code>-N</code>.</p></div>
<div class="paragraph"><p>If given <code>--thread</code>, <code>git-format-patch</code> will generate <code>In-Reply-To</code> and
<code>References</code> headers to make the second and subsequent patch mails appear
-as replies to the first mail; this also generates a <code>Message-Id</code> header to
+as replies to the first mail; this also generates a <code>Message-ID</code> header to
reference.</p></div>
</div>
</div>
@@ -1766,7 +1766,7 @@ matches "<code>fooasdfbar</code>" and "<code>foo/bar/baz/asdf</code>" but not "<
<p>
Controls addition of <code>In-Reply-To</code> and <code>References</code> headers to
make the second and subsequent mails appear as replies to the
- first. Also controls generation of the <code>Message-Id</code> header to
+ first. Also controls generation of the <code>Message-ID</code> header to
reference.
</p>
<div class="paragraph"><p>The optional &lt;style&gt; argument can be either <code>shallow</code> or <code>deep</code>.
@@ -2604,7 +2604,7 @@ merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-09 15:06:28 PDT
+ 2023-04-11 13:51:23 PDT
</div>
</div>
</body>
diff --git a/git-format-patch.txt b/git-format-patch.txt
index dfcc7da4c..508f3ae2c 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -99,7 +99,7 @@ To omit patch numbers from the subject, use `-N`.
If given `--thread`, `git-format-patch` will generate `In-Reply-To` and
`References` headers to make the second and subsequent patch mails appear
-as replies to the first mail; this also generates a `Message-Id` header to
+as replies to the first mail; this also generates a `Message-ID` header to
reference.
OPTIONS
@@ -163,7 +163,7 @@ include::diff-options.txt[]
--no-thread::
Controls addition of `In-Reply-To` and `References` headers to
make the second and subsequent mails appear as replies to the
- first. Also controls generation of the `Message-Id` header to
+ first. Also controls generation of the `Message-ID` header to
reference.
+
The optional <style> argument can be either `shallow` or `deep`.
diff --git a/git-send-email.html b/git-send-email.html
index cf0b8868b..e844d7b39 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -869,7 +869,7 @@ and In-Reply-To headers will be used unless they are removed.</p></div>
<dd>
<p>
Make the first mail (or all the mails with <code>--no-thread</code>) appear as a
- reply to the given Message-Id, which avoids breaking threads to
+ reply to the given Message-ID, which avoids breaking threads to
provide a new patch series.
The second and subsequent emails will be sent as replies according to
the <code>--[no-]chain-reply-to</code> setting.
@@ -1812,7 +1812,7 @@ Authen::SASL and Mail::Address.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-11-04 21:49:36 PDT
+ 2023-04-11 13:51:23 PDT
</div>
</div>
</body>
diff --git a/git-send-email.txt b/git-send-email.txt
index 765b2df85..b0f438ec9 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -93,7 +93,7 @@ See the CONFIGURATION section for `sendemail.multiEdit`.
--in-reply-to=<identifier>::
Make the first mail (or all the mails with `--no-thread`) appear as a
- reply to the given Message-Id, which avoids breaking threads to
+ reply to the given Message-ID, which avoids breaking threads to
provide a new patch series.
The second and subsequent emails will be sent as replies according to
the `--[no-]chain-reply-to` setting.
diff --git a/git-sparse-checkout.html b/git-sparse-checkout.html
index b89b100cf..b6ec84be5 100644
--- a/git-sparse-checkout.html
+++ b/git-sparse-checkout.html
@@ -749,7 +749,7 @@ git-sparse-checkout(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git sparse-checkout</em> (init | list | set | add | reapply | disable) [&lt;options&gt;]</pre>
+<pre class="content"><em>git sparse-checkout</em> (init | list | set | add | reapply | disable | check-rules) [&lt;options&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -897,6 +897,29 @@ paths to pass to a subsequent <em>set</em> or <em>add</em> command. However,
the disable command, so the easy restore of calling a plain <code>init</code>
decreased in utility.</p></div>
</dd>
+<dt class="hdlist1">
+<em>check-rules</em>
+</dt>
+<dd>
+<p>
+ Check whether sparsity rules match one or more paths.
+</p>
+<div class="paragraph"><p>By default <code>check-rules</code> reads a list of paths from stdin and outputs only
+the ones that match the current sparsity rules. The input is expected to consist
+of one path per line, matching the output of <code>git ls-tree --name-only</code> including
+that pathnames that begin with a double quote (") are interpreted as C-style
+quoted strings.</p></div>
+<div class="paragraph"><p>When called with the <code>--rules-file &lt;file&gt;</code> flag the input files are matched
+against the sparse checkout rules found in <code>&lt;file&gt;</code> instead of the current ones.
+The rules in the files are expected to be in the same form as accepted by <code>git
+sparse-checkout set --stdin</code> (in particular, they must be newline-delimited).</p></div>
+<div class="paragraph"><p>By default, the rules passed to the <code>--rules-file</code> option are interpreted as
+cone mode directories. To pass non-cone mode patterns with <code>--rules-file</code>,
+combine the option with the <code>--no-cone</code> option.</p></div>
+<div class="paragraph"><p>When called with the <code>-z</code> flag, the format of the paths input on stdin as well
+as the output paths are \0 terminated and not quoted. Note that this does not
+apply to the format of the rules passed with the <code>--rules-file</code> option.</p></div>
+</dd>
</dl></div>
</div>
</div>
@@ -1289,7 +1312,7 @@ of these restrictions.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-10-28 11:53:56 PDT
+ 2023-04-11 13:51:23 PDT
</div>
</div>
</body>
diff --git a/git-sparse-checkout.txt b/git-sparse-checkout.txt
index 68392d2a5..53dc17aa7 100644
--- a/git-sparse-checkout.txt
+++ b/git-sparse-checkout.txt
@@ -9,7 +9,7 @@ git-sparse-checkout - Reduce your working tree to a subset of tracked files
SYNOPSIS
--------
[verse]
-'git sparse-checkout' (init | list | set | add | reapply | disable) [<options>]
+'git sparse-checkout' (init | list | set | add | reapply | disable | check-rules) [<options>]
DESCRIPTION
@@ -135,6 +135,29 @@ paths to pass to a subsequent 'set' or 'add' command. However,
the disable command, so the easy restore of calling a plain `init`
decreased in utility.
+'check-rules'::
+ Check whether sparsity rules match one or more paths.
++
+By default `check-rules` reads a list of paths from stdin and outputs only
+the ones that match the current sparsity rules. The input is expected to consist
+of one path per line, matching the output of `git ls-tree --name-only` including
+that pathnames that begin with a double quote (") are interpreted as C-style
+quoted strings.
++
+When called with the `--rules-file <file>` flag the input files are matched
+against the sparse checkout rules found in `<file>` instead of the current ones.
+The rules in the files are expected to be in the same form as accepted by `git
+sparse-checkout set --stdin` (in particular, they must be newline-delimited).
++
+By default, the rules passed to the `--rules-file` option are interpreted as
+cone mode directories. To pass non-cone mode patterns with `--rules-file`,
+combine the option with the `--no-cone` option.
++
+When called with the `-z` flag, the format of the paths input on stdin as well
+as the output paths are \0 terminated and not quoted. Note that this does not
+apply to the format of the rules passed with the `--rules-file` option.
+
+
EXAMPLES
--------
`git sparse-checkout set MY/DIR1 SUB/DIR2`::
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html
index 49b33bbcc..f04afa13d 100644
--- a/howto/coordinate-embargoed-releases.html
+++ b/howto/coordinate-embargoed-releases.html
@@ -1038,7 +1038,7 @@ Thanks,
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:10 PDT
</div>
</div>
</body>
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html
index e50b103b1..a540ba8f4 100644
--- a/howto/keep-canonical-history-correct.html
+++ b/howto/keep-canonical-history-correct.html
@@ -938,7 +938,7 @@ tip of your <em>master</em> again and redo the two merges:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html
index 5696df816..6b2b77be6 100644
--- a/howto/maintain-git.html
+++ b/howto/maintain-git.html
@@ -1478,7 +1478,7 @@ $ git update-ref -d $mf/ai/topic</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:10 PDT
</div>
</div>
</body>
diff --git a/howto/new-command.html b/howto/new-command.html
index 1f86d3d01..b5af77914 100644
--- a/howto/new-command.html
+++ b/howto/new-command.html
@@ -863,7 +863,7 @@ letter [PATCH 0/n].
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:57 PDT
+ 2023-04-11 13:52:07 PDT
</div>
</div>
</body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html
index 14766b69c..1dfe7c51d 100644
--- a/howto/rebase-from-internal-branch.html
+++ b/howto/rebase-from-internal-branch.html
@@ -895,7 +895,7 @@ the #1' commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html
index 875941b2c..fd3e71419 100644
--- a/howto/rebuild-from-update-hook.html
+++ b/howto/rebuild-from-update-hook.html
@@ -847,7 +847,7 @@ This is still crude and does not protect against simultaneous
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html
index 22a55e62a..e4f2079c2 100644
--- a/howto/recover-corrupted-blob-object.html
+++ b/howto/recover-corrupted-blob-object.html
@@ -880,7 +880,7 @@ thing.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:59 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index b25003451..204e2da38 100644
--- a/howto/recover-corrupted-object-harder.html
+++ b/howto/recover-corrupted-object-harder.html
@@ -1189,7 +1189,7 @@ int main(int argc, char **argv)
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:11:00 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html
index f8fe6120c..6abae4400 100644
--- a/howto/revert-a-faulty-merge.html
+++ b/howto/revert-a-faulty-merge.html
@@ -1025,7 +1025,7 @@ P---o---o---M---x---x---W---x---M2
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:59 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html
index ef7aee0d9..d9406f89b 100644
--- a/howto/revert-branch-rebase.html
+++ b/howto/revert-branch-rebase.html
@@ -907,7 +907,7 @@ Committed merge 7fb9b7262a1d1e0a47bbfdcbbcf50ce0635d3f8f
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:57 PDT
+ 2023-04-11 13:52:07 PDT
</div>
</div>
</body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html
index 265ac15d1..a3b877c03 100644
--- a/howto/separating-topic-branches.html
+++ b/howto/separating-topic-branches.html
@@ -841,7 +841,7 @@ o---o"master"</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:59 PDT
+ 2023-04-11 13:52:09 PDT
</div>
</div>
</body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html
index 65be29c76..4e3cbe4d6 100644
--- a/howto/setup-git-server-over-http.html
+++ b/howto/setup-git-server-over-http.html
@@ -1071,7 +1071,7 @@ help diagnosing the problem, but removes security checks.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:59 PDT
+ 2023-04-11 13:52:08 PDT
</div>
</div>
</body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html
index 111c6a89a..cbc39ec16 100644
--- a/howto/update-hook-example.html
+++ b/howto/update-hook-example.html
@@ -930,7 +930,7 @@ that JC can make non-fast-forward pushes on it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:58 PDT
+ 2023-04-11 13:52:08 PDT
</div>
</div>
</body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html
index 5eb679bae..14833b89e 100644
--- a/howto/use-git-daemon.html
+++ b/howto/use-git-daemon.html
@@ -791,7 +791,7 @@ a good practice to put the paths after a "--" separator.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:58 PDT
+ 2023-04-11 13:52:08 PDT
</div>
</div>
</body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html
index 821de0353..67cf9f28f 100644
--- a/howto/using-merge-subtree.html
+++ b/howto/using-merge-subtree.html
@@ -848,7 +848,7 @@ Please note that if the other project merges from you, then it will
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:58 PDT
+ 2023-04-11 13:52:07 PDT
</div>
</div>
</body>
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html
index 1f943143e..0a095d81c 100644
--- a/howto/using-signed-tag-in-pull-request.html
+++ b/howto/using-signed-tag-in-pull-request.html
@@ -952,7 +952,7 @@ as part of the merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-07 15:10:58 PDT
+ 2023-04-11 13:52:08 PDT
</div>
</div>
</body>