summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.22.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-03 18:25:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-03 18:25:12 (GMT)
commit74583d89127e21255c12dd3c8a3bf60b497d7d03 (patch)
treec59b65466b9c7dce645e390adced4b7d22bf6ca1 /Documentation/RelNotes/2.22.0.txt
parent4a787f72f504ae1429f24997a09ad6bac5cb4332 (diff)
downloadgit-2.22.0-rc3.zip
git-2.22.0-rc3.tar.gz
git-2.22.0-rc3.tar.bz2
Git 2.22-rc3v2.22.0-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.22.0.txt')
-rw-r--r--Documentation/RelNotes/2.22.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.22.0.txt b/Documentation/RelNotes/2.22.0.txt
index 5aa4a25..91e6ae9 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