The 22nd batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Junio C Hamano 2026-09-02 09:21:50 -07:00
parent 6163a7066e
commit 3cb9185f65
1 changed files with 5 additions and 0 deletions

View File

@ -480,6 +480,10 @@ Performance, Internal Implementation, Development Support etc.
analysis of different compression settings by comparing the
resulting pack sizes.

* The global variable 'fetch_if_missing' has been moved to a member in
'struct repository', continuing the libification process and
allowing per-repository control (such as for submodules).


Fixes since v2.55
-----------------
@ -746,3 +750,4 @@ Fixes since v2.55

* Other code cleanup, docfix, build fix, etc.
(merge 026636128f ss/submittingpatches-typofix later to maint).
(merge d2af22cc21 jc/rerere-doc-typofix later to maint).