]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Convert struct ref to use object_id.
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 10 Nov 2015 02:22:20 +0000 (02:22 +0000)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:05 +0000 (08:02 -0500)
commitf4e54d02b894064d370e461385b48701485672bd
treec6e25d995009bbe422f87a2da72ed5d5b2098ced
parentb419aa25d5622268f515b26e76420eb2dd89e7e6
Convert struct ref to use object_id.

Use struct object_id in three fields in struct ref and convert all the
necessary places that use it.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Jeff King <peff@peff.net>
18 files changed:
builtin/clone.c
builtin/fetch-pack.c
builtin/fetch.c
builtin/ls-remote.c
builtin/receive-pack.c
builtin/remote.c
connect.c
fetch-pack.c
http-push.c
http.c
remote-curl.c
remote.c
remote.h
send-pack.c
transport-helper.c
transport.c
transport.h
walker.c