On 17/10/2022 19:51, Junio C Hamano wrote:
diff --git a/commit.c b/commit.c index 0db461f9735..de30b098dd3 100644 --- a/commit.c +++ b/commit.c @@ -59,6 +59,14 @@ struct commit *lookup_commit_or_die(const struct object_id *oid, const char *ref return c; }+struct commit *lookup_commit_object (struct repository *r,+ const struct object_id *oid)Let's lose the SP before opening parenthesis (I'll do that while queuing unless I forget ;-).
Sorry, thanks for fixing it up Phillip