Skip to content

Commit e40e936

Browse files
avoidscorngitster
authored andcommitted
commit-graph-format.txt: fix no-parent value
The correct value from commit-graph.c: #define GRAPH_PARENT_NONE 0x70000000 Signed-off-by: Conor Davis <git@conor.fastmail.fm> Reviewed-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 47ae905 commit e40e936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/commit-graph-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CHUNK DATA:
7777
Commit Data (ID: {'C', 'D', 'A', 'T' }) (N * (H + 16) bytes)
7878
* The first H bytes are for the OID of the root tree.
7979
* The next 8 bytes are for the positions of the first two parents
80-
of the ith commit. Stores value 0x7000000 if no parent in that
80+
of the ith commit. Stores value 0x70000000 if no parent in that
8181
position. If there are more than two parents, the second value
8282
has its most-significant bit on and the other bits store an array
8383
position into the Extra Edge List chunk.

0 commit comments

Comments
 (0)