summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-21 21:18:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-21 22:14:24 (GMT)
commitf01e51a7cfd75131b7266131b1f7540ce0a8e5c1 (patch)
treef064565eaecf6eeb19f054398f32a87d91610c79
parentbc3838b310b32081d48393ba0dcf26e4735c6d19 (diff)
downloadgit-f01e51a7cfd75131b7266131b1f7540ce0a8e5c1.zip
git-f01e51a7cfd75131b7266131b1f7540ce0a8e5c1.tar.gz
git-f01e51a7cfd75131b7266131b1f7540ce0a8e5c1.tar.bz2
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.36.0.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt
index d67727b..f1449eb 100644
--- a/Documentation/RelNotes/2.36.0.txt
+++ b/Documentation/RelNotes/2.36.0.txt
@@ -74,6 +74,10 @@ UI, Workflows & Features
refs involved, takes long time renaming them. The command has been
taught to show progress bar while making the user wait.
+ * Bundle file format gets extended to allow a partial bundle,
+ filtered by similar criteria you would give when making a
+ partial/lazy clone.
+
Performance, Internal Implementation, Development Support etc.
@@ -132,6 +136,12 @@ Performance, Internal Implementation, Development Support etc.
* Count string_list items in size_t, not "unsigned int".
+ * The single-key interactive operation used by "git add -p" has been
+ made more robust.
+
+ * Remove unneeded <meta http-equiv=content-type...> from gitweb
+ output.
+
Fixes since v2.35
-----------------
@@ -320,6 +330,10 @@ Fixes since v2.35
(not) handled has been corrected.
(merge 6dbf4b8172 ds/commit-graph-gen-v2-fixes later to maint).
+ * The method to trigger malloc check used in our tests no longer work
+ with newer versions of glibc.
+ (merge baedc59543 ep/test-malloc-check-with-glibc-2.34 later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge cfc5cf428b jc/find-header later to maint).
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -345,3 +359,4 @@ Fixes since v2.35
(merge 04bf052eef ab/grep-patterntype later to maint).
(merge 6ee36364eb ab/diff-free-more later to maint).
(merge 63a36017fe nj/read-tree-doc-reffix later to maint).
+ (merge eed36fce38 sm/no-git-in-upstream-of-pipe-in-tests later to maint).