Skip to content

Commit 30cc8d0

Browse files
committed
A regression fix for 2.37
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f0bc21 commit 30cc8d0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: Documentation/RelNotes/2.38.0.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Git v2.38 Release Notes
2+
=======================
3+
4+
Fixes since v2.37
5+
-----------------
6+
7+
* Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
8+
correctly record a removed file to the index, which was fixed.
9+
(merge 4788e8b256 js/add-i-delete later to maint).

Diff for: GIT-VERSION-GEN

+1-1
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.GIT
55

66
LF='
77
'

Diff for: RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.37.0.txt
1+
Documentation/RelNotes/2.38.0.txt

0 commit comments

Comments
 (0)