Skip to content

Commit a0feb86

Browse files
committed
Merge a handful of topics from the 'master' front
As the 'master' front will soon tag a preview and then release candidates for 2.38, it is unknown if we are going to issue another maintenance release on the 2.37.x track, but as we have accumulated enough material there, let's prepare a draft for it. Even if we end up not tagging 2.37.4, it would help motivated distro packagers to maintain their slightly older and "more stable" versions. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2c75b32 commit a0feb86

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Documentation/RelNotes/2.37.4.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Git 2.37.4 Release Notes
2+
========================
3+
4+
This primarily is to backport various fixes accumulated on the 'master'
5+
front since 2.37.3.
6+
7+
Fixes since v2.37.3
8+
-------------------
9+
10+
* An earlier optimization discarded a tree-object buffer that is
11+
still in use, which has been corrected.
12+
13+
* Fix deadlocks between main Git process and subprocess spawned via
14+
the pipe_command() API, that can kill "git add -p" that was
15+
reimplemented in C recently.
16+
17+
* xcalloc(), imitating calloc(), takes "number of elements of the
18+
array", and "size of a single element", in this order. A call that
19+
does not follow this ordering has been corrected.
20+
21+
* The preload-index codepath made copies of pathspec to give to
22+
multiple threads, which were left leaked.
23+
24+
* Update the version of Ubuntu used for GitHub Actions CI from 18.04
25+
to 22.04.
26+
27+
* The auto-stashed local changes created by "git merge --autostash"
28+
was mixed into a conflicted state left in the working tree, which
29+
has been corrected.
30+
31+
Also contains other minor documentation updates and code clean-ups.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.37.3.txt
1+
Documentation/RelNotes/2.37.4.txt

0 commit comments

Comments
 (0)