From 3cb9185f65410273787f74333cc027d2ea5daada Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 2 Sep 2026 09:21:50 -0700 Subject: [PATCH] The 22nd batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 21730157b5..27becd62a9 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -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).