Skip to content

Commit 84d06cd

Browse files
committed
Sync with v2.31.1
2 parents 26c4f98 + 48bf2fa commit 84d06cd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Documentation/RelNotes/2.31.1.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Git 2.31.1 Release Notes
2+
========================
3+
4+
Fixes since v2.31
5+
-----------------
6+
7+
* The fsmonitor interface read from its input without making sure
8+
there is something to read from. This bug is new in 2.31
9+
timeframe.
10+
11+
* The data structure used by fsmonitor interface was not properly
12+
duplicated during an in-core merge, leading to use-after-free etc.
13+
14+
* "git bisect" reimplemented more in C during 2.30 timeframe did not
15+
take an annotated tag as a good/bad endpoint well. This regression
16+
has been corrected.
17+
18+
* Fix macros that can silently inject unintended null-statements.
19+
20+
* CALLOC_ARRAY() macro replaces many uses of xcalloc().
21+
22+
* Update insn in Makefile comments to run fuzz-all target.
23+
24+
* Fix a corner case bug in "git mv" on case insensitive systems,
25+
which was introduced in 2.29 timeframe.
26+
27+
Also contains various documentation updates and code clean-ups.

0 commit comments

Comments
 (0)