Skip to content

Commit e188ec3

Browse files
committed
Sync with 'maint'
2 parents 21dd13e + a0feb86 commit e188ec3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
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.

0 commit comments

Comments
 (0)