Re: [RFC PATCH 08/10] pack-objects: introduce pack.allowPackReuse

2019-09-13 Thread Junio C Hamano
Christian Couder writes: > From: Jeff King > > Let's make it possible to configure if we want pack reuse or not. > > Signed-off-by: Jeff King > Signed-off-by: Christian Couder > --- > builtin/pack-objects.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/builti

[RFC PATCH 08/10] pack-objects: introduce pack.allowPackReuse

2019-09-13 Thread Christian Couder
From: Jeff King Let's make it possible to configure if we want pack reuse or not. Signed-off-by: Jeff King Signed-off-by: Christian Couder --- builtin/pack-objects.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c inde