Re: [PATCH v3 04/11] promisor-remote: add promisor_remote_reinit()

2019-04-01 Thread Christian Couder
On Wed, Mar 13, 2019 at 5:28 AM Junio C Hamano wrote: > > Christian Couder writes: > > > From: Christian Couder > > > > We will need to reinitialize the promisor remote configuration > > as we will make some changes to it in a later commit. > > > > Signed-off-by: Christian Couder > > --- > > At

Re: [PATCH v3 04/11] promisor-remote: add promisor_remote_reinit()

2019-03-12 Thread Junio C Hamano
Christian Couder writes: > From: Christian Couder > > We will need to reinitialize the promisor remote configuration > as we will make some changes to it in a later commit. > > Signed-off-by: Christian Couder > --- At this point, turning "initialized" into a file-scope static, and building re

[PATCH v3 04/11] promisor-remote: add promisor_remote_reinit()

2019-03-12 Thread Christian Couder
From: Christian Couder We will need to reinitialize the promisor remote configuration as we will make some changes to it in a later commit. Signed-off-by: Christian Couder --- promisor-remote.c | 14 -- promisor-remote.h | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) di