]> git.ipfire.org Git - thirdparty/git.git/commit - streaming.c
streaming: make stream_blob_to_fd take struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 5 Sep 2016 20:07:59 +0000 (20:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:59:42 +0000 (12:59 -0700)
commit7eda0e4fbbc243d4103cced29357bb08af36a139
tree6b86ae90334c18217d39aa4a0b9efa1fb092918a
parentacad70d10687ce0fb269411e3a4b3b8fd11c6007
streaming: make stream_blob_to_fd take struct object_id

Since all of its callers have been updated, modify stream_blob_to_fd to
take a struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c
builtin/fsck.c
builtin/log.c
entry.c
streaming.c
streaming.h