@@ -74,6 +74,10 @@ UI, Workflows & Features
74
74
refs involved, takes long time renaming them. The command has been
75
75
taught to show progress bar while making the user wait.
76
76
77
+ * Bundle file format gets extended to allow a partial bundle,
78
+ filtered by similar criteria you would give when making a
79
+ partial/lazy clone.
80
+
77
81
78
82
Performance, Internal Implementation, Development Support etc.
79
83
@@ -132,6 +136,12 @@ Performance, Internal Implementation, Development Support etc.
132
136
133
137
* Count string_list items in size_t, not "unsigned int".
134
138
139
+ * The single-key interactive operation used by "git add -p" has been
140
+ made more robust.
141
+
142
+ * Remove unneeded <meta http-equiv=content-type...> from gitweb
143
+ output.
144
+
135
145
136
146
Fixes since v2.35
137
147
-----------------
@@ -320,6 +330,10 @@ Fixes since v2.35
320
330
(not) handled has been corrected.
321
331
(merge 6dbf4b8172 ds/commit-graph-gen-v2-fixes later to maint).
322
332
333
+ * The method to trigger malloc check used in our tests no longer work
334
+ with newer versions of glibc.
335
+ (merge baedc59543 ep/test-malloc-check-with-glibc-2.34 later to maint).
336
+
323
337
* Other code cleanup, docfix, build fix, etc.
324
338
(merge cfc5cf428b jc/find-header later to maint).
325
339
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -345,3 +359,4 @@ Fixes since v2.35
345
359
(merge 04bf052eef ab/grep-patterntype later to maint).
346
360
(merge 6ee36364eb ab/diff-free-more later to maint).
347
361
(merge 63a36017fe nj/read-tree-doc-reffix later to maint).
362
+ (merge eed36fce38 sm/no-git-in-upstream-of-pipe-in-tests later to maint).
0 commit comments