Skip to content

Commit 74583d8

Browse files
committed
Git 2.22-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a787f7 commit 74583d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.22.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Git 2.22 Release Notes
44
Updates since v2.21
55
-------------------
66

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+
714
UI, Workflows & Features
815

916
* "git checkout --no-overlay" can be used to trigger a new mode of

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.22.0-rc2
4+
DEF_VER=v2.22.0-rc3
55

66
LF='
77
'

0 commit comments

Comments
 (0)