Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-03 21:25:12 +0300
committerJunio C Hamano <gitster@pobox.com>2019-06-03 21:25:12 +0300
commit74583d89127e21255c12dd3c8a3bf60b497d7d03 (patch)
treec59b65466b9c7dce645e390adced4b7d22bf6ca1
parent4a787f72f504ae1429f24997a09ad6bac5cb4332 (diff)
Git 2.22-rc3v2.22.0-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.22.0.txt7
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.22.0.txt b/Documentation/RelNotes/2.22.0.txt
index 5aa4a256ae..91e6ae9887 100644
--- a/Documentation/RelNotes/2.22.0.txt
+++ b/Documentation/RelNotes/2.22.0.txt
@@ -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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7a228b2a9c..3491a60af5 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.22.0-rc2
+DEF_VER=v2.22.0-rc3
LF='
'