Autogenerated HTML docs for v2.51.0-rc1
diff --git a/RelNotes/2.51.0.adoc b/RelNotes/2.51.0.adoc
index f8adc2c..a73ea3e 100644
--- a/RelNotes/2.51.0.adoc
+++ b/RelNotes/2.51.0.adoc
@@ -97,8 +97,8 @@
  * "git push" and "git fetch" are taught to update refs in batches to
    gain performance.
 
- * Some code paths in the "git prune" used to ignore passed in
-   repository object and used the_repository singleton instance
+ * Some code paths in "git prune" used to ignore the passed-in
+   repository object and used the `the_repository` singleton instance
    instead, which has been corrected.
 
  * Update ".clang-format" and ".editorconfig" to match our style guide
@@ -139,7 +139,7 @@
  * Redefine where the multi-pack-index sits in the object subsystem,
    which recently was restructured to allow multiple backends that
    support a single object source that belongs to one repository.  A
-   midx does span mulitple "object sources".
+   MIDX does span multiple "object sources".
 
  * Reduce implicit assumption and dependence on the_repository in the
    object-file subsystem.
@@ -292,11 +292,15 @@
    and also they learn to honor the -U<n> command-line option.
    (merge 2b3ae04011 lm/add-p-context later to maint).
 
- * The case where a new submodule takes a path where used to be a
-   completely different subproject is now dealt a bit better than
+ * The case where a new submodule takes a path where there used to be a
+   completely different subproject is now dealt with a bit better than
    before.
    (merge 5ed8c5b465 kj/renamed-submodule later to maint).
 
+ * The deflate codepath in "git archive --format=zip" had a
+   longstanding bug coming from misuse of zlib API, which has been
+   corrected.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge b257adb571 lo/my-first-ow-doc-update later to maint).
    (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -333,3 +337,5 @@
    (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint).
    (merge cca758d324 kh/doc-fast-import-historical later to maint).
    (merge 9b0781196a jc/test-hashmap-is-still-here later to maint).
+   (merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint).
+   (merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint).
diff --git a/SubmittingPatches.html b/SubmittingPatches.html
index 3f1a7b1..25b8e7c 100644
--- a/SubmittingPatches.html
+++ b/SubmittingPatches.html
@@ -1592,7 +1592,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:35:50 -0700
+Last updated 2025-08-07 09:09:30 -0700
 </div>
 </div>
 </body>
diff --git a/howto-index.html b/howto-index.html
index 8baa301..b1cb737 100644
--- a/howto-index.html
+++ b/howto-index.html
@@ -622,7 +622,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:35:50 -0700
+Last updated 2025-08-07 09:09:30 -0700
 </div>
 </div>
 </body>
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html
index 53ecc86e..821cd40 100644
--- a/howto/coordinate-embargoed-releases.html
+++ b/howto/coordinate-embargoed-releases.html
@@ -736,7 +736,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:14 -0700
+Last updated 2025-08-07 09:09:54 -0700
 </div>
 </div>
 </body>
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html
index 1f6d180..4746fe0 100644
--- a/howto/keep-canonical-history-correct.html
+++ b/howto/keep-canonical-history-correct.html
@@ -703,7 +703,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:14 -0700
+Last updated 2025-08-07 09:09:54 -0700
 </div>
 </div>
 </body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html
index fec9354..d228121 100644
--- a/howto/maintain-git.html
+++ b/howto/maintain-git.html
@@ -1324,7 +1324,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:14 -0700
+Last updated 2025-08-07 09:09:54 -0700
 </div>
 </div>
 </body>
diff --git a/howto/new-command.html b/howto/new-command.html
index 41de3f9..ba5a7d3 100644
--- a/howto/new-command.html
+++ b/howto/new-command.html
@@ -582,7 +582,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:12 -0700
+Last updated 2025-08-07 09:09:52 -0700
 </div>
 </div>
 </body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html
index d1fa99c..4d5ae89 100644
--- a/howto/rebase-from-internal-branch.html
+++ b/howto/rebase-from-internal-branch.html
@@ -654,7 +654,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:14 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html
index 9b5e9d2..05ad932 100644
--- a/howto/rebuild-from-update-hook.html
+++ b/howto/rebuild-from-update-hook.html
@@ -561,7 +561,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:14 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html
index 73af584..f6c5750 100644
--- a/howto/recover-corrupted-blob-object.html
+++ b/howto/recover-corrupted-blob-object.html
@@ -639,7 +639,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index c2691b1..a448067 100644
--- a/howto/recover-corrupted-object-harder.html
+++ b/howto/recover-corrupted-object-harder.html
@@ -965,7 +965,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html
index 2e6656e..b15780f 100644
--- a/howto/revert-a-faulty-merge.html
+++ b/howto/revert-a-faulty-merge.html
@@ -827,7 +827,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html
index afee783..4e344ed 100644
--- a/howto/revert-branch-rebase.html
+++ b/howto/revert-branch-rebase.html
@@ -647,7 +647,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:52 -0700
 </div>
 </div>
 </body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html
index 89464cd..508af65 100644
--- a/howto/separating-topic-branches.html
+++ b/howto/separating-topic-branches.html
@@ -566,7 +566,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html
index 6a4e22d..4728793 100644
--- a/howto/setup-git-server-over-http.html
+++ b/howto/setup-git-server-over-http.html
@@ -880,7 +880,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html
index f078e13..7d8c443 100644
--- a/howto/update-hook-example.html
+++ b/howto/update-hook-example.html
@@ -646,7 +646,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html
index cf408fe..1721137 100644
--- a/howto/use-git-daemon.html
+++ b/howto/use-git-daemon.html
@@ -522,7 +522,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html
index 9586410..abf1657 100644
--- a/howto/using-merge-subtree.html
+++ b/howto/using-merge-subtree.html
@@ -552,7 +552,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:52 -0700
 </div>
 </div>
 </body>
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html
index e0cc6c8..9370162 100644
--- a/howto/using-signed-tag-in-pull-request.html
+++ b/howto/using-signed-tag-in-pull-request.html
@@ -710,7 +710,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:36:13 -0700
+Last updated 2025-08-07 09:09:53 -0700
 </div>
 </div>
 </body>
diff --git a/technical/api-index.html b/technical/api-index.html
index 3d736df..25ccca1 100644
--- a/technical/api-index.html
+++ b/technical/api-index.html
@@ -468,7 +468,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2025-08-04 09:35:52 -0700
+Last updated 2025-08-07 09:09:32 -0700
 </div>
 </div>
 </body>