Skip to content

Commit e72d93e

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4b8cdff commit e72d93e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ UI, Workflows & Features
2323
(i.e. expected to be hidden). The handling of such cases has been
2424
improved.
2525

26+
* Earlier, HTTP transport clients learned to tell the server side
27+
what locale they are in by sending Accept-Language HTTP header, but
28+
this was done only for some requests but not others.
29+
2630

2731
Performance, Internal Implementation, Development Support etc.
2832

@@ -65,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
6569

6670
* The way "git multi-pack" uses parse-options API has been improved.
6771

72+
* A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
73+
macro has been improved.
74+
6875

6976
Fixes since v2.37
7077
-----------------
@@ -117,6 +124,23 @@ Fixes since v2.37
117124
the merge-ort strategy.
118125
(merge 751e165424 en/merge-dual-dir-renames-fix later to maint).
119126

127+
* The resolve-undo information in the index was not protected against
128+
GC, which has been corrected.
129+
(merge e0ad13977a jc/resolve-undo later to maint).
130+
131+
* A corner case bug where lazily fetching objects from a promisor
132+
remote resulted in infinite recursion has been corrected.
133+
(merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint).
134+
135+
* "git clone" from a repository with some ref whose HEAD is unborn
136+
did not set the HEAD in the resulting repository correctly, which
137+
has been corrected.
138+
(merge daf7898abb jk/clone-unborn-confusion later to maint).
139+
140+
* An earlier attempt to plug leaks placed a clean-up label to jump to
141+
at a bogus place, which as been corrected.
142+
(merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
143+
120144
* Other code cleanup, docfix, build fix, etc.
121145
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
122146
(merge 1971510c35 pb/diff-doc-raw-format later to maint).

0 commit comments

Comments
 (0)