summaryrefslogtreecommitdiffstats
path: root/sha1-file.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-01-07 09:34:40 +0100
committerJunio C Hamano <gitster@pobox.com>2019-01-08 18:40:19 +0100
commitf0be0db13dbd2d96d2240374e0e9cb106bf6a614 (patch)
tree147863f80da336ff3108e84d1e5c4b37a167cb97 /sha1-file.c
parentupdate comment references to sha1_object_info() (diff)
downloadgit-f0be0db13dbd2d96d2240374e0e9cb106bf6a614.tar.xz
git-f0be0db13dbd2d96d2240374e0e9cb106bf6a614.zip
http: use struct object_id instead of bare sha1
The dumb-http walker code still passes around and stores object ids as "unsigned char *sha1". Let's modernize it. There's probably still more work to be done to handle dumb-http fetches with a new, larger hash. But that can wait; this is enough that we can now convert some of the low-level object routines that we call into from here (and in fact, some of the "oid.hash" references added here will be further improved in the next patch). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1-file.c')
0 files changed, 0 insertions, 0 deletions