зеркало из https://github.com/microsoft/git.git
Git 2.22-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
4a787f72f5
Коммит
74583d8912
|
@ -4,6 +4,13 @@ Git 2.22 Release Notes
|
||||||
Updates since v2.21
|
Updates since v2.21
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Backward compatibility note
|
||||||
|
|
||||||
|
* The filter specification "--filter=sparse:path=<path>" used to
|
||||||
|
create a lazy/partial clone has been removed. Using a blob that is
|
||||||
|
part of the project as sparse specification is still supported with
|
||||||
|
the "--filter=sparse:oid=<blob>" option.
|
||||||
|
|
||||||
UI, Workflows & Features
|
UI, Workflows & Features
|
||||||
|
|
||||||
* "git checkout --no-overlay" can be used to trigger a new mode of
|
* "git checkout --no-overlay" can be used to trigger a new mode of
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.22.0-rc2
|
DEF_VER=v2.22.0-rc3
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче