From e72d93e88cb20b06e88e6e7d81bd1dc4effe453f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 19 Jul 2022 16:39:56 -0700 Subject: [PATCH] The fifth batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.38.0.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt index 3807763253..39eefc47b4 100644 --- a/Documentation/RelNotes/2.38.0.txt +++ b/Documentation/RelNotes/2.38.0.txt @@ -23,6 +23,10 @@ UI, Workflows & Features (i.e. expected to be hidden). The handling of such cases has been improved. + * Earlier, HTTP transport clients learned to tell the server side + what locale they are in by sending Accept-Language HTTP header, but + this was done only for some requests but not others. + Performance, Internal Implementation, Development Support etc. @@ -65,6 +69,9 @@ Performance, Internal Implementation, Development Support etc. * The way "git multi-pack" uses parse-options API has been improved. + * A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY + macro has been improved. + Fixes since v2.37 ----------------- @@ -117,6 +124,23 @@ Fixes since v2.37 the merge-ort strategy. (merge 751e165424 en/merge-dual-dir-renames-fix later to maint). + * The resolve-undo information in the index was not protected against + GC, which has been corrected. + (merge e0ad13977a jc/resolve-undo later to maint). + + * A corner case bug where lazily fetching objects from a promisor + remote resulted in infinite recursion has been corrected. + (merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint). + + * "git clone" from a repository with some ref whose HEAD is unborn + did not set the HEAD in the resulting repository correctly, which + has been corrected. + (merge daf7898abb jk/clone-unborn-confusion later to maint). + + * An earlier attempt to plug leaks placed a clean-up label to jump to + at a bogus place, which as been corrected. + (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint). (merge 1971510c35 pb/diff-doc-raw-format later to maint). -- 2.39.5