]> git.ipfire.org Git - thirdparty/git.git/commit - unpack-trees.c
Update struct index_state to use struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:44 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
read-cache.c
t/helper/test-dump-split-index.c
unpack-trees.c