зеркало из https://github.com/microsoft/git.git
A regression fix for 2.37
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0f0bc2124b
Коммит
30cc8d0f14
|
@ -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).
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.37.0
|
DEF_VER=v2.37.GIT
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|
2
RelNotes
2
RelNotes
|
@ -1 +1 @@
|
||||||
Documentation/RelNotes/2.37.0.txt
|
Documentation/RelNotes/2.38.0.txt
|
Загрузка…
Ссылка в новой задаче