@@ -23,6 +23,10 @@ UI, Workflows & Features
23
23
(i.e. expected to be hidden). The handling of such cases has been
24
24
improved.
25
25
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
+
26
30
27
31
Performance, Internal Implementation, Development Support etc.
28
32
@@ -65,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
65
69
66
70
* The way "git multi-pack" uses parse-options API has been improved.
67
71
72
+ * A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
73
+ macro has been improved.
74
+
68
75
69
76
Fixes since v2.37
70
77
-----------------
@@ -117,6 +124,23 @@ Fixes since v2.37
117
124
the merge-ort strategy.
118
125
(merge 751e165424 en/merge-dual-dir-renames-fix later to maint).
119
126
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
+
120
144
* Other code cleanup, docfix, build fix, etc.
121
145
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
122
146
(merge 1971510c35 pb/diff-doc-raw-format later to maint).
0 commit comments