Skip to content

Commit 48bf2fa

Browse files
committed
Git 2.31.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ef486a9 commit 48bf2fa

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
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.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.31.0
4+
DEF_VER=v2.31.1
55

66
LF='
77
'

RelNotes

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

0 commit comments

Comments
 (0)