]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/update_ref: convert to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Jul 2017 23:49:23 +0000 (23:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 20:54:38 +0000 (13:54 -0700)
commita0bb5535429ca34c1cc888fbc1649925ba69dc84
tree108134b8cc66cc5f65931e70cd508ebc6a525ad5
parent092bbcdf3b10a73cc24bdf3ba3cc6782a5b0245f
builtin/update_ref: convert to struct object_id

Convert the uses of unsigned char * to struct object_id.

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