From 6a475b71f8c4ce708d69fdc9317aefbde3769e25 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 22 Jul 2022 15:03:45 -0700 Subject: [PATCH] The sixth batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.38.0.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt index 39eefc47b4ed55..c394ec731ee4d2 100644 --- a/Documentation/RelNotes/2.38.0.txt +++ b/Documentation/RelNotes/2.38.0.txt @@ -27,6 +27,9 @@ UI, Workflows & Features what locale they are in by sending Accept-Language HTTP header, but this was done only for some requests but not others. + * Introduce a discovery.barerepository configuration variable that + allows users to forbid discovery of bare repositories. + Performance, Internal Implementation, Development Support etc. @@ -78,7 +81,6 @@ Fixes since v2.37 * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't correctly record a removed file to the index, which was fixed. - (merge 4788e8b256 js/add-i-delete later to maint). * Certain diff options are currently ignored when combined-diff is shown; mark them as incompatible with the feature. @@ -141,6 +143,19 @@ Fixes since v2.37 at a bogus place, which as been corrected. (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint). + * Variable quoting fix in the vimdiff driver of "git mergetool" + (merge ccc7b5148b js/vimdiff-quotepath-fix later to maint). + + * "git shortlog -n" relied on the underlying qsort() to be stable, + which shouldn't have. Fixed. + (merge df534dcbaa js/shortlog-sort-stably later to maint). + + * A fix for a regression in test framework. + (merge 7253f7ca9f js/ci-github-workflow-markup later to maint). + + * mkstemp() emulation on Windows has been improved. + (merge ae25974de3 rs/mingw-tighten-mkstemp later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint). (merge 1971510c35 pb/diff-doc-raw-format later to maint).