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

Convert ref_newer and its caller to use struct object_id instead of
unsigned char *.

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