From: brian m. carlson Date: Sun, 26 Mar 2017 16:01:35 +0000 (+0000) Subject: submodule: convert check_for_new_submodule_commits to object_id X-Git-Tag: v2.13.0-rc0~16^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2eb80bcdcc2d16ff1e73dc2f2171f7f1ef6e9f29?ds=inline;hp=2eb80bcdcc2d16ff1e73dc2f2171f7f1ef6e9f29 submodule: convert check_for_new_submodule_commits to object_id All of the callers of this function have been converted, so convert this function and update the callers. This function also calls sha1_array_append, which we'll convert shortly. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---