summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-03-23 14:04:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-23 14:09:31 -0700
commita68dfadae5e95c7f255cf38c9efdcbc2e36d1931 (patch)
treeaa8a6200668fb36941be954b2d38c09fe43c0a72 /Documentation/RelNotes
parentMerge branch 'ab/plug-random-leaks' (diff)
downloadtgif-a68dfadae5e95c7f255cf38c9efdcbc2e36d1931.tar.xz
The 14th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.36.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt
index f1449eb926..de91b846d1 100644
--- a/Documentation/RelNotes/2.36.0.txt
+++ b/Documentation/RelNotes/2.36.0.txt
@@ -78,6 +78,12 @@ UI, Workflows & Features
filtered by similar criteria you would give when making a
partial/lazy clone.
+ * A new built-in userdiff driver for kotlin has been added.
+
+ * "git repack" learned a new configuration to disable triggering of
+ age-old "update-server-info" command, which is rarely useful these
+ days.
+
Performance, Internal Implementation, Development Support etc.
@@ -142,6 +148,10 @@ Performance, Internal Implementation, Development Support etc.
* Remove unneeded <meta http-equiv=content-type...> from gitweb
output.
+ * "git name-rev" learned to use the generation numbers when setting
+ the lower bound of searching commits used to explain the revision,
+ when available, instead of committer time.
+
Fixes since v2.35
-----------------
@@ -360,3 +370,6 @@ Fixes since v2.35
(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).
+ (merge c614beb933 ep/t6423-modernize later to maint).
+ (merge 57be9c6dee ab/reflog-prep-fix later to maint).
+ (merge 5327d8982a js/in-place-reverse-in-sequencer later to maint).