Re: [PATCH 09/17] object: convert create_object() to use object_id

2019-06-20 Thread Jeff King
On Thu, Jun 20, 2019 at 03:21:43PM +0100, Ramsay Jones wrote: > > > On 20/06/2019 08:41, Jeff King wrote: > > There are no callers left of lookup_object() that aren't just passing us > > s/lookup_object/create_object/ Heh, thanks. I took a final pass at these commit messages to normalize them,

Re: [PATCH 09/17] object: convert create_object() to use object_id

2019-06-20 Thread Ramsay Jones
On 20/06/2019 08:41, Jeff King wrote: > There are no callers left of lookup_object() that aren't just passing us s/lookup_object/create_object/ ATB, Ramsay Jones

[PATCH 09/17] object: convert create_object() to use object_id

2019-06-20 Thread Jeff King
There are no callers left of lookup_object() that aren't just passing us the "hash" member of a "struct object_id". Let's take the whole struct, which gets us closer to removing all raw sha1 variables. Signed-off-by: Jeff King --- blob.c | 3 +-- commit-graph.c | 2 +- commit.c | 3