]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/pull.c
builtin/pull: convert to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 26 Mar 2017 16:01:36 +0000 (16:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 16:59:34 +0000 (09:59 -0700)
commitf9b11147e00f066d24d9eaf9783beaa173fdd5e0
treeea88b02db8509bce878f081a811fb8595b5427e1
parent2eb80bcdcc2d16ff1e73dc2f2171f7f1ef6e9f29
builtin/pull: convert to struct object_id

Convert virtually all uses of unsigned char [20] to struct object_id.
Leave all the arguments that come from struct sha1_array, as these will
be converted in a later patch.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c