]> git.ipfire.org Git - thirdparty/git.git/commit - bundle.h
bundle: convert to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 1 May 2017 02:28:59 +0000 (02:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 May 2017 01:46:41 +0000 (10:46 +0900)
commitb8607f35b180a00b3f3240ff7d26d034a83fb23a
treed3a675540509817138c652f49ce8855c6b696627
parentaf6730e7303d3025a8f50192e0f54acc74142484
bundle: convert to struct object_id

Convert the bundle code, plus the sole external user of struct
ref_list_entry, to use struct object_id.  Include cache.h from within
bundle.h to provide the definition.  Convert some of the hash parsing
code to use parse_oid_hex to avoid needing to hard-code constant values.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle.c
bundle.h
transport.c