Jonathan Tan <jonathantanmy@xxxxxxxxxx> writes: > On Mon, 23 Apr 2018 16:43:23 -0700 > Stefan Beller <sbeller@xxxxxxxxxx> wrote: > >> diff --git a/sha1_file.c b/sha1_file.c >> index 93f25c6c6a..b292e04fd3 100644 >> --- a/sha1_file.c >> +++ b/sha1_file.c >> @@ -1307,7 +1307,8 @@ int oid_object_info_extended_the_repository(const struct object_id *oid, struct >> * information below, so return early. >> */ >> return 0; >> - rtype = packed_object_info(e.p, e.offset, oi); >> + >> + rtype = packed_object_info(the_repository, e.p, e.offset, oi); > > Extra blank line introduced. Yes, but from the way this function is formatted, I think the new paragraph break there makes sort of sense.