Skip to content

Commit 300e39f

Browse files
pcloudsgitster
authored andcommitted
index-format.txt: mention of v4 is missing in some places
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dff9f88 commit 300e39f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/technical/index-format.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT index format
1212
The signature is { 'D', 'I', 'R', 'C' } (stands for "dircache")
1313

1414
4-byte version number:
15-
The current supported versions are 2 and 3.
15+
The current supported versions are 2, 3 and 4.
1616

1717
32-bit number of index entries.
1818

@@ -93,8 +93,8 @@ GIT index format
9393
12-bit name length if the length is less than 0xFFF; otherwise 0xFFF
9494
is stored in this field.
9595

96-
(Version 3) A 16-bit field, only applicable if the "extended flag"
97-
above is 1, split into (high to low bits).
96+
(Version 3 or later) A 16-bit field, only applicable if the
97+
"extended flag" above is 1, split into (high to low bits).
9898

9999
1-bit reserved for future
100100

0 commit comments

Comments
 (0)