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>2022-07-23 01:03:45 +0300
committerJunio C Hamano <gitster@pobox.com>2022-07-23 01:07:08 +0300
commit6a475b71f8c4ce708d69fdc9317aefbde3769e25 (patch)
treea19e856f020af05909ffe90e17d7ebddbec3029f /Documentation
parenteacae022bb044344cf17b90abb874538935702c8 (diff)
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.38.0.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
index 39eefc47b4..c394ec731e 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).