Sync with v1.8.4.2
This commit is contained in:
@ -2514,7 +2514,6 @@ static int sha1_loose_object_info(const unsigned char *sha1,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* returns enum object_type or negative */
|
||||
int sha1_object_info_extended(const unsigned char *sha1, struct object_info *oi)
|
||||
{
|
||||
struct cached_object *co;
|
||||
@ -2563,6 +2562,7 @@ int sha1_object_info_extended(const unsigned char *sha1, struct object_info *oi)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* returns enum object_type or negative */
|
||||
int sha1_object_info(const unsigned char *sha1, unsigned long *sizep)
|
||||
{
|
||||
enum object_type type;
|
||||
|
Reference in New Issue
Block a user