Skip to content

Commit

Permalink
The sixth batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jul 22, 2022
1 parent eacae02 commit 6a475b7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Documentation/RelNotes/2.38.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 6a475b7

Please sign in to comment.