]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.22-rc3 v2.22.0-rc3
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Jun 2019 18:25:12 +0000 (11:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Jun 2019 18:25:12 +0000 (11:25 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.22.0.txt
GIT-VERSION-GEN

index 5aa4a256ae414a596968e8e4d549e10fe329044b..91e6ae9887f5b868e77a50a878af91ec153de6c7 100644 (file)
@@ -4,6 +4,13 @@ Git 2.22 Release Notes
 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
 
  * "git checkout --no-overlay" can be used to trigger a new mode of
index 7a228b2a9c2650852e17b68a780836d68417e724..3491a60af50cce0a6ff2422c749c9543089748b9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.22.0-rc2
+DEF_VER=v2.22.0-rc3
 
 LF='
 '