read-cache: clean up casting and byte decoding
authorBen Peart <benpeart@microsoft.com>
Wed, 10 Oct 2018 15:59:33 +0000 (11:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 06:32:48 +0000 (15:32 +0900)
commit371ed0defa2a8692731d164e7a2d5e53e0a22362
tree1b8c11e163a2b12052de4b2461e23ae5b6edbedb
parent252d079cbd27ca442d94535e3979145eceaf082b
read-cache: clean up casting and byte decoding

This patch does a clean up pass to minimize the casting required to work
with the memory mapped index (mmap).

It also makes the decoding of network byte order more consistent by using
get_be32() where possible.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c