sha1_file: convert pretend_sha1_file to object_id
commit829e5c3b9276a2369452a119faec234276b7ecbb
authorPatryk Obara <patryk.obara@gmail.com>
Sun, 28 Jan 2018 00:13:11 +0000 (28 01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 18:42:35 +0000 (30 10:42 -0800)
tree82fe18c36999ed42d4c2e3ca98ea443deaec69fd
parent5be1f00a9a701532232f57958efab4be8c959a29
sha1_file: convert pretend_sha1_file to object_id

Convert the declaration and definition of pretend_sha1_file to use
struct object_id and adjust all usages of this function.  Rename it to
pretend_object_file.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-object-access.txt
blame.c
cache.h
sha1_file.c