diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-06-03 11:25:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-03 11:25:12 -0700 |
commit | 74583d89127e21255c12dd3c8a3bf60b497d7d03 (patch) | |
tree | c59b65466b9c7dce645e390adced4b7d22bf6ca1 /Documentation | |
parent | Merge branch 'cc/list-objects-filter-wo-sparse-path' (diff) | |
download | tgif-74583d89127e21255c12dd3c8a3bf60b497d7d03.tar.xz |
Git 2.22-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.22.0.txt | 7 |
1 files changed, 7 insertions, 0 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 |