From 30cc8d0f147546d4dd77bf497f4dec51e7265bd8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 2 Jul 2022 17:01:34 -0700 Subject: A regression fix for 2.37 Signed-off-by: Junio C Hamano diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt new file mode 100644 index 0000000..a96fcab --- /dev/null +++ b/Documentation/RelNotes/2.38.0.txt @@ -0,0 +1,9 @@ +Git v2.38 Release Notes +======================= + +Fixes since v2.37 +----------------- + + * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't + correctly record a removed file to the index, which was fixed. + (merge 4788e8b256 js/add-i-delete later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index b210b30..6ec9e34 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.0 +DEF_VER=v2.37.GIT LF=' ' diff --git a/RelNotes b/RelNotes index 51144b6..d505db6 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.37.0.txt \ No newline at end of file +Documentation/RelNotes/2.38.0.txt \ No newline at end of file -- cgit v0.10.2-6-g49f6