Skip to content

Commit bbea4dc

Browse files
committed
Git 2.37.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a631e99 commit bbea4dc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Documentation/RelNotes/2.37.1.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Git 2.37.1 Release Notes
2+
========================
3+
4+
This release merges up the fixes that appear in v2.30.5, v2.31.4,
5+
v2.32.3, v2.33.4, v2.34.4, v2.35.4, and v2.36.2 to address the
6+
security issue CVE-2022-29187; see the release notes for these
7+
versions for details.
8+
9+
Fixes since Git 2.37
10+
--------------------
11+
12+
* Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
13+
correctly record a removed file to the index, which is an old
14+
regression but has become widely known because the C version has
15+
become the default in the latest release.
16+
17+
* Fix for CVS-2022-29187.

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.37.0
4+
DEF_VER=v2.37.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.37.0.txt
1+
Documentation/RelNotes/2.37.1.txt

0 commit comments

Comments
 (0)