From: Jonathan Tan Date: Thu, 22 Jun 2017 00:40:22 +0000 (-0700) Subject: sha1_file: teach sha1_object_info_extended more flags X-Git-Tag: v2.14.0-rc0~35^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dfdd4afcf97b0199f44231e726e373934da77717?hp=dfdd4afcf97b0199f44231e726e373934da77717 sha1_file: teach sha1_object_info_extended more flags Improve sha1_object_info_extended() by supporting additional flags. This allows has_sha1_file_with_flags() to be modified to use sha1_object_info_extended() in a subsequent patch. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano ---