Re: [PATCH 04/13] alloc: add repository argument to alloc_blob_node

2018-05-02 Thread Jonathan Tan
On Tue, 1 May 2018 14:33:54 -0700 Stefan Beller wrote: > Signed-off-by: Stefan Beller Add the same boilerplate explanation to this and subsequent commits. If editing it for every new function name is cumbersome, maybe use this shortened version: This is a small mechanical change; it doesn't

[PATCH 04/13] alloc: add repository argument to alloc_blob_node

2018-05-01 Thread Stefan Beller
Signed-off-by: Stefan Beller --- alloc.c | 2 +- blob.c | 2 +- cache.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/alloc.c b/alloc.c index 12afadfacdd..6c5c376a25a 100644 --- a/alloc.c +++ b/alloc.c @@ -49,7 +49,7 @@ static inline void *alloc_node(struct alloc_state