Update struct index_state to use struct object_id
authorbrian m. carlson <redacted>
Wed, 2 May 2018 00:25:44 +0000 (00:25 +0000)
committerJunio C Hamano <redacted>
Wed, 2 May 2018 04:59:50 +0000 (13:59 +0900)
commit75691ea3458a9eb9e80f6bdc2cc7c9321a9ac4ab
tree8046d90fc5f5c61bd06f27729f6a46b860f9c3db
parent2182abd94bf69a8daba18e71efae3e9f02a6c465
Update struct index_state to use struct object_id

Adjust struct index_state to use struct object_id instead of unsigned
char [20].

Signed-off-by: brian m. carlson <redacted>
Signed-off-by: Junio C Hamano <redacted>
cache.h
read-cache.c
t/helper/test-dump-split-index.c
unpack-trees.c
git clone https://git.99rst.org/PROJECT