Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions RelNotes/2.51.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -292,11 +292,15 @@ including security updates, are included in this release.
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).
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ <h3 id="_gnus">Gnus</h3>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h1>Git Howto Index</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/coordinate-embargoed-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ <h3 id="_example_mail_to_oss_securitylists_openwall_com">Example mail to <a href
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/keep-canonical-history-correct.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/maintain-git.html
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/new-command.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/rebase-from-internal-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ <h1>How to rebase from an internal branch</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/rebuild-from-update-hook.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h1>How to rebuild from update hook</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/recover-corrupted-blob-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ <h1>How to recover a corrupted blob object</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/recover-corrupted-object-harder.html
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ <h2 id="_the_adventure_continues">The adventure continues&#8230;&#8203;</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/revert-a-faulty-merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ <h1>How to revert a faulty merge</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/revert-branch-rebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ <h1>How to revert an existing commit</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/separating-topic-branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h1>How to separate topic branches</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/setup-git-server-over-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/update-hook-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ <h1>How to use the update hook</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/use-git-daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h1>How to use git-daemon</h1>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/using-merge-subtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h2 id="_additional_tips">Additional tips</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion howto/using-signed-tag-in-pull-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ <h2 id="_auditors">Auditors</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion technical/api-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ <h1>Git API Documents</h1>
</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>
Expand Down