]> git.ipfire.org Git - thirdparty/git.git/commit - bulk-checkin.c
bulk-checkin: convert index_bulk_checkin to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:21 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:47 +0000 (09:23 -0700)
commit68ee6dfc9e2ed2b6ab4c9bf17aa3b973e93f93d7
tree9d8479a05e4f19dabb9b390a0933a7023c48d642
parentd0db9edba0050ada6f6eac68061599690d2a4333
bulk-checkin: convert index_bulk_checkin to struct object_id

Convert the index_bulk_checkin function, and the static functions it
calls, to use pointers to struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bulk-checkin.c
bulk-checkin.h
sha1_file.c