Git 2.22-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 3, 2019 at 11:25 UTC
74583d89127e21255c12dd3c8a3bf60b497d7d03
2 files changed
+8
-1
Documentation/RelNotes/2.22.0.txt
+7
@@ -4,6 +4,13 @@ Git 2.22 Release Notes
4
Updates since v2.21
5
-------------------
6
7
+Backward compatibility note
8
+
9
+ * The filter specification "--filter=sparse:path=<path>" used to
10
+ create a lazy/partial clone has been removed. Using a blob that is
11
+ part of the project as sparse specification is still supported with
12
+ the "--filter=sparse:oid=<blob>" option.
13
+
14
UI, Workflows & Features
15
16
* "git checkout --no-overlay" can be used to trigger a new mode of
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.22.0-rc2
4
+DEF_VER=v2.22.0-rc3
5
6
LF='
7
'