Files
git/builtin
Jonathan Tan 1f0c0d36c1 sha1_file: rename LOOKUP_REPLACE_OBJECT
The LOOKUP_REPLACE_OBJECT flag controls whether the
lookup_replace_object() function is invoked by
sha1_object_info_extended(), read_sha1_file_extended(), and
lookup_replace_object_extended(), but it is not immediately clear which
functions accept that flag.

Therefore restrict this flag to only sha1_object_info_extended(),
renaming it appropriately to OBJECT_INFO_LOOKUP_REPLACE and adding some
documentation. Update read_sha1_file_extended() to have a boolean
parameter instead, and delete lookup_replace_object_extended().

parse_sha1_header() also passes this flag to
parse_sha1_header_extended() since commit 46f0344 ("sha1_file: support
reading from a loose object of unknown type", 2015-05-03), but that has
had no effect since that commit. Therefore this patch also removes this
flag from that invocation.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-06-21 18:54:43 -07:00
..
2017-06-13 13:47:09 -07:00
2016-11-22 13:55:20 -08:00
2017-06-13 13:47:09 -07:00
2017-06-02 15:06:05 +09:00
2017-06-13 13:47:09 -07:00
2017-06-13 13:47:09 -07:00
2017-06-02 15:06:05 +09:00
2017-06-13 13:47:09 -07:00
2017-03-31 08:33:56 -07:00
2017-06-13 13:47:09 -07:00
2017-05-16 11:51:59 +09:00
2017-06-13 13:47:09 -07:00
2017-05-29 12:34:43 +09:00
2017-06-13 13:47:09 -07:00
2017-01-18 15:12:15 -08:00
2017-05-30 11:16:45 +09:00
2017-05-29 12:34:43 +09:00
2017-06-13 13:47:09 -07:00
2017-05-29 12:34:44 +09:00
2017-05-29 12:34:43 +09:00
2017-05-29 12:34:43 +09:00
2017-05-29 12:34:43 +09:00
2017-06-13 13:47:07 -07:00
2017-04-19 21:37:13 -07:00
2017-03-24 13:07:37 -07:00
2017-05-29 12:34:43 +09:00
2017-01-23 18:51:56 -08:00
2017-05-29 12:34:43 +09:00
2017-06-13 13:47:07 -07:00
2017-05-29 12:34:44 +09:00