From b9de974d38d42c3a735cc05acb308b61e80aa819 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 May 2022 17:36:46 -0700 Subject: [PATCH] 0th batch for topics from the previous cycle Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.37.0.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt index 091207f188..8175406431 100644 --- a/Documentation/RelNotes/2.37.0.txt +++ b/Documentation/RelNotes/2.37.0.txt @@ -1,6 +1,19 @@ Git v2.37 Release Notes ======================= +UI, Workflows & Features + + * "vimdiff[123]" mergetool drivers have been reimplemented with a + more generic layout mechanism. + + +Performance, Internal Implementation, Development Support etc. + + * The performance of the "untracked cache" feature has been improved + when "--untracked-files=" and "status.showUntrackedFiles" + are combined. + + Fixes since v2.36 ----------------- @@ -49,5 +62,13 @@ Fixes since v2.36 * Correct choices of C compilers used in various CI jobs. (merge 3506cae04f ab/cc-package-fixes later to maint). - * Code clean-up. + * Various cleanups to "git p4". + (merge 4ff0108d9e jh/p4-various-fixups later to maint). + + * The progress meter of "git blame" was showing incorrect numbers + when processing only parts of the file. + (merge e5f5d7d42e ea/progress-partial-blame later to maint). + + * Other code cleanup, docfix, build fix, etc. (merge e6b2582da3 cm/reftable-0-length-memset later to maint). + (merge 0b75e5bf22 ab/misc-cleanup later to maint).