···2323 (i.e. expected to be hidden). The handling of such cases has been
2424 improved.
25252626+ * Earlier, HTTP transport clients learned to tell the server side
2727+ what locale they are in by sending Accept-Language HTTP header, but
2828+ this was done only for some requests but not others.
2929+26302731Performance, Internal Implementation, Development Support etc.
2832···65696670 * The way "git multi-pack" uses parse-options API has been improved.
67717272+ * A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
7373+ macro has been improved.
7474+68756976Fixes since v2.37
7077-----------------
···116123 * Fixes a long-standing corner case bug around directory renames in
117124 the merge-ort strategy.
118125 (merge 751e165424 en/merge-dual-dir-renames-fix later to maint).
126126+127127+ * The resolve-undo information in the index was not protected against
128128+ GC, which has been corrected.
129129+ (merge e0ad13977a jc/resolve-undo later to maint).
130130+131131+ * A corner case bug where lazily fetching objects from a promisor
132132+ remote resulted in infinite recursion has been corrected.
133133+ (merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint).
134134+135135+ * "git clone" from a repository with some ref whose HEAD is unborn
136136+ did not set the HEAD in the resulting repository correctly, which
137137+ has been corrected.
138138+ (merge daf7898abb jk/clone-unborn-confusion later to maint).
139139+140140+ * An earlier attempt to plug leaks placed a clean-up label to jump to
141141+ at a bogus place, which as been corrected.
142142+ (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
119143120144 * Other code cleanup, docfix, build fix, etc.
121145 (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).