]> git.ipfire.org Git - thirdparty/git.git/commit - submodule-config.h
submodule-config: convert structures to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:42 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:50 +0000 (13:59 +0900)
commit34caab0261d87b230520f97f2d1ce9ca4474dc73
tree0e9cd37cd4d44e60e30cfb3365e7964c6553b1da
parentc54f5ca97075fcaa11841e80855d55e0af29ea72
submodule-config: convert structures to object_id

Convert struct submodule and struct parse_config_parameter to use struct
object_id.  Adjust the functions which take members of these structures
as arguments to also use struct object_id.  Include cache.h into
submodule-config.h to make struct object_id visible.

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