]> git.ipfire.org Git - thirdparty/git.git/commit - object-file.c
sha1_file: convert write_loose_object to object_id
authorPatryk Obara <patryk.obara@gmail.com>
Sun, 28 Jan 2018 00:13:21 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 18:42:36 +0000 (10:42 -0800)
commit3fc7281ffa2533820d26809223c7181256b88fe2
treec741bb34a32c030eaed6f2f0600220232231d100
parent4bdb70a4f73369af39989a3ab5732825600dc914
sha1_file: convert write_loose_object to object_id

Convert the definition and declaration of static write_loose_object
function to struct object_id.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c