commit-graph-format.txt: all multi-byte numbers are in network byte order
authorSZEDER Gábor <redacted>
Fri, 5 Jun 2020 13:00:25 +0000 (13:00 +0000)
committerJunio C Hamano <redacted>
Mon, 8 Jun 2020 19:28:49 +0000 (12:28 -0700)
commit6141cdfdcbe9e3edf25467582c5f32658ae79f40
treee4bd71914637d7250f7b55e053545777a9c3ec0f
parentcb9daf16db0e9935179fd995785e94c996267268
commit-graph-format.txt: all multi-byte numbers are in network byte order

The commit-graph format specifies that "All 4-byte numbers are in
network order", but the commit-graph contains 8-byte integers as well
(file offsets in the Chunk Lookup table), and their byte order is
unspecified.

Clarify that all multi-byte integers are in network byte order.

Signed-off-by: SZEDER Gábor <redacted>
Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/commit-graph-format.txt
git clone https://git.99rst.org/PROJECT