commit-graph-format.txt: all multi-byte numbers are in network byte order
commit6141cdfdcbe9e3edf25467582c5f32658ae79f40
authorSZEDER Gábor <szeder.dev@gmail.com>
Fri, 5 Jun 2020 13:00:25 +0000 (5 13:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2020 19:28:49 +0000 (8 12:28 -0700)
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 <szeder.dev@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/commit-graph-format.txt