Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-06 23:40:32 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-06 23:40:32 +0300
commit106298f7f9cca4158a980de149ef217751e1f943 (patch)
tree9c35b5f293d1b98a07a31942f5f39d7134686480 /Documentation
parente10bfe7b339d8740f0a350a27f9aaa547db04635 (diff)
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.34.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.34.0.txt b/Documentation/RelNotes/2.34.0.txt
index 7b03e625d0..9d583ead04 100644
--- a/Documentation/RelNotes/2.34.0.txt
+++ b/Documentation/RelNotes/2.34.0.txt
@@ -59,6 +59,9 @@ UI, Workflows & Features
* The unicode character width table (used for output alignment) has
been updated.
+ * The ref iteration code used to optionally allow dangling refs to be
+ shown, which has been tightened up.
+
Performance, Internal Implementation, Development Support etc.
@@ -133,6 +136,11 @@ Performance, Internal Implementation, Development Support etc.
* An oddball OPTION_ARGUMENT feature has been removed from the
parse-options API.
+ * The mergesort implementation used to sort linked list has been
+ optimized.
+
+ * Remove external declaration of functions that no longer exist.
+
Fixes since v2.33
-----------------
@@ -342,3 +350,4 @@ Fixes since v2.33
(merge 8c6b4332b4 rs/close-pack-leakfix later to maint).
(merge 51b04c05b7 bs/difftool-msg-tweak later to maint).
(merge dd20e4a6db ab/make-compdb-fix later to maint).
+ (merge 6ffb990dc4 os/status-docfix later to maint).