Skip to content

Commit f01e51a

Browse files
committed
The thirteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bc3838b commit f01e51a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.36.0.txt

+15
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ UI, Workflows & Features
7474
refs involved, takes long time renaming them. The command has been
7575
taught to show progress bar while making the user wait.
7676

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+
7781

7882
Performance, Internal Implementation, Development Support etc.
7983

@@ -132,6 +136,12 @@ Performance, Internal Implementation, Development Support etc.
132136

133137
* Count string_list items in size_t, not "unsigned int".
134138

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+
135145

136146
Fixes since v2.35
137147
-----------------
@@ -320,6 +330,10 @@ Fixes since v2.35
320330
(not) handled has been corrected.
321331
(merge 6dbf4b8172 ds/commit-graph-gen-v2-fixes later to maint).
322332

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+
323337
* Other code cleanup, docfix, build fix, etc.
324338
(merge cfc5cf428b jc/find-header later to maint).
325339
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -345,3 +359,4 @@ Fixes since v2.35
345359
(merge 04bf052eef ab/grep-patterntype later to maint).
346360
(merge 6ee36364eb ab/diff-free-more later to maint).
347361
(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

Comments
 (0)