]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A regression fix for 2.37
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Jul 2022 00:01:34 +0000 (17:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jul 2022 04:56:08 +0000 (21:56 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.38.0.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
new file mode 100644 (file)
index 0000000..a96fcab
--- /dev/null
@@ -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).
index b210b306b7554f28dc687d1c503517d2a5f87082..6ec9e34282bde3771d203a0a5208a68418d720d7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.37.0
+DEF_VER=v2.37.GIT
 
 LF='
 '
index 51144b6e83418a44108511632565ef053f8c7712..d505db645bec7e01446fc88472acd84b83bdf34f 120000 (symlink)
--- 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