We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a787f7 commit 74583d8Copy full SHA for 74583d8
Documentation/RelNotes/2.22.0.txt
@@ -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,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
-DEF_VER=v2.22.0-rc2
+DEF_VER=v2.22.0-rc3
LF='
'
0 commit comments