Skip to content

Commit 4d51525

Browse files
committed
Merge branch 'cd/commit-graph-doc'
Doc update. * cd/commit-graph-doc: commit-graph-format.txt: fix no-parent value
2 parents 9a02499 + e40e936 commit 4d51525

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
@@ -82,7 +82,7 @@ CHUNK DATA:
8282
Commit Data (ID: {'C', 'D', 'A', 'T' }) (N * (H + 16) bytes)
8383
* The first H bytes are for the OID of the root tree.
8484
* The next 8 bytes are for the positions of the first two parents
85-
of the ith commit. Stores value 0x7000000 if no parent in that
85+
of the ith commit. Stores value 0x70000000 if no parent in that
8686
position. If there are more than two parents, the second value
8787
has its most-significant bit on and the other bits store an array
8888
position into the Extra Edge List chunk.

0 commit comments

Comments
 (0)