Skip to content

Commit a8f742f

Browse files
committed
Sync with 'master'
2 parents 4004fa7 + 6a475b7 commit a8f742f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ UI, Workflows & Features
2727
what locale they are in by sending Accept-Language HTTP header, but
2828
this was done only for some requests but not others.
2929

30+
* Introduce a discovery.barerepository configuration variable that
31+
allows users to forbid discovery of bare repositories.
32+
3033

3134
Performance, Internal Implementation, Development Support etc.
3235

@@ -78,7 +81,6 @@ Fixes since v2.37
7881

7982
* Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
8083
correctly record a removed file to the index, which was fixed.
81-
(merge 4788e8b256 js/add-i-delete later to maint).
8284

8385
* Certain diff options are currently ignored when combined-diff is
8486
shown; mark them as incompatible with the feature.
@@ -141,6 +143,19 @@ Fixes since v2.37
141143
at a bogus place, which as been corrected.
142144
(merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
143145

146+
* Variable quoting fix in the vimdiff driver of "git mergetool"
147+
(merge ccc7b5148b js/vimdiff-quotepath-fix later to maint).
148+
149+
* "git shortlog -n" relied on the underlying qsort() to be stable,
150+
which shouldn't have. Fixed.
151+
(merge df534dcbaa js/shortlog-sort-stably later to maint).
152+
153+
* A fix for a regression in test framework.
154+
(merge 7253f7ca9f js/ci-github-workflow-markup later to maint).
155+
156+
* mkstemp() emulation on Windows has been improved.
157+
(merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
158+
144159
* Other code cleanup, docfix, build fix, etc.
145160
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
146161
(merge 1971510c35 pb/diff-doc-raw-format later to maint).

0 commit comments

Comments
 (0)