]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
sha1-array: convert internal storage for struct sha1_array to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 26 Mar 2017 16:01:37 +0000 (16:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 16:59:34 +0000 (09:59 -0700)
commitee3051bd2307cdc0145aa9ed9dcacb8acfc08c40
tree34c83024d11dbd1de894fc8d1e92a9714b30c463
parentf9b11147e00f066d24d9eaf9783beaa173fdd5e0
sha1-array: convert internal storage for struct sha1_array to object_id

Make the internal storage for struct sha1_array use an array of struct
object_id internally.  Update the users of this struct which inspect its
internals.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
builtin/pull.c
builtin/receive-pack.c
combine-diff.c
fetch-pack.c
fsck.c
remote-curl.c
send-pack.c
sha1-array.c
sha1-array.h
shallow.c