sha1_file.c: add lookup_replace_object_extended() to pass flags
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 11 Dec 2013 07:46:06 +0000 (08:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2013 19:53:48 +0000 (11:53 -0800)
Currently, there is only one caller to lookup_replace_object()
that can benefit from passing it some flags, but we expect
that there could be more.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found