]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
remote: convert functions to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 10 Nov 2015 02:22:30 +0000 (02:22 +0000)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:05 +0000 (08:02 -0500)
commitfcd30b138759a2ab5ecb55758c3341f0d608df2b
treef1a06da49e7ffaf9df64e93870257deffeedb5bc
parented1c9977cb1b63e4270ad8bdf967a2d02580aa08
remote: convert functions to struct object_id

Convert several unsigned char arrays to use struct object_id instead,
and change hard-coded 40-based constants to use GIT_SHA1_HEXSZ as well.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Jeff King <peff@peff.net>
remote.c