From 0000567f05efc5f14385c8ac7144eff23e36793a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 7 Aug 2025 09:10:58 -0700 Subject: [PATCH] Autogenerated HTML docs for v2.51.0-rc1 --- RelNotes/2.51.0.adoc | 16 +++++++++++----- SubmittingPatches.html | 2 +- howto-index.html | 2 +- howto/coordinate-embargoed-releases.html | 2 +- howto/keep-canonical-history-correct.html | 2 +- howto/maintain-git.html | 2 +- howto/new-command.html | 2 +- howto/rebase-from-internal-branch.html | 2 +- howto/rebuild-from-update-hook.html | 2 +- howto/recover-corrupted-blob-object.html | 2 +- howto/recover-corrupted-object-harder.html | 2 +- howto/revert-a-faulty-merge.html | 2 +- howto/revert-branch-rebase.html | 2 +- howto/separating-topic-branches.html | 2 +- howto/setup-git-server-over-http.html | 2 +- howto/update-hook-example.html | 2 +- howto/use-git-daemon.html | 2 +- howto/using-merge-subtree.html | 2 +- howto/using-signed-tag-in-pull-request.html | 2 +- technical/api-index.html | 2 +- 20 files changed, 30 insertions(+), 24 deletions(-) diff --git a/RelNotes/2.51.0.adoc b/RelNotes/2.51.0.adoc index f8adc2c5c..a73ea3e80 100644 --- a/RelNotes/2.51.0.adoc +++ b/RelNotes/2.51.0.adoc @@ -97,8 +97,8 @@ Performance, Internal Implementation, Development Support etc. * "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 @@ Performance, Internal Implementation, Development Support etc. * 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 @@ including security updates, are included in this release. and also they learn to honor the -U 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 @@ including security updates, are included in this release. (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 3f1a7b151..25b8e7c36 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html @@ -1592,7 +1592,7 @@

Gnus

diff --git a/howto-index.html b/howto-index.html index 8baa30191..b1cb73717 100644 --- a/howto-index.html +++ b/howto-index.html @@ -622,7 +622,7 @@

Git Howto Index

diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html index 53ecc86e1..821cd4011 100644 --- a/howto/coordinate-embargoed-releases.html +++ b/howto/coordinate-embargoed-releases.html @@ -736,7 +736,7 @@

Example mail to diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 1f6d18037..4746fe00a 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html @@ -703,7 +703,7 @@

Keep authoritative canonical history correct with git pull

diff --git a/howto/maintain-git.html b/howto/maintain-git.html index fec9354dd..d228121b8 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html @@ -1324,7 +1324,7 @@

Preparing a "merge-fix"

diff --git a/howto/new-command.html b/howto/new-command.html index 41de3f918..ba5a7d3f1 100644 --- a/howto/new-command.html +++ b/howto/new-command.html @@ -582,7 +582,7 @@

Integrating a command

diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index d1fa99c87..4d5ae893a 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html @@ -654,7 +654,7 @@

How to rebase from an internal branch

diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index 9b5e9d249..05ad9323b 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html @@ -561,7 +561,7 @@

How to rebuild from update hook

diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index 73af58423..f6c575092 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html @@ -639,7 +639,7 @@

How to recover a corrupted blob object

diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index c2691b18a..a448067c9 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html @@ -965,7 +965,7 @@

The adventure continues…​

diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 2e6656ea3..b15780fd6 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html @@ -827,7 +827,7 @@

How to revert a faulty merge

diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index afee7833e..4e344eda9 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html @@ -647,7 +647,7 @@

How to revert an existing commit

diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 89464cd94..508af6543 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html @@ -566,7 +566,7 @@

How to separate topic branches

diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 6a4e22da3..47287931b 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html @@ -880,7 +880,7 @@

Troubleshooting:

diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index f078e13f8..7d8c44310 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html @@ -646,7 +646,7 @@

How to use the update hook

diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index cf408fe8e..172113791 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html @@ -522,7 +522,7 @@

How to use git-daemon

diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index 9586410d4..abf1657e3 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html @@ -552,7 +552,7 @@

Additional tips

diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index e0cc6c850..937016261 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html @@ -710,7 +710,7 @@

Auditors

diff --git a/technical/api-index.html b/technical/api-index.html index 3d736dfe7..25ccca1fe 100644 --- a/technical/api-index.html +++ b/technical/api-index.html @@ -468,7 +468,7 @@

Git API Documents