Re: Re* [PATCH v3 04/14] refs.c: add a new update_type field to ref_update

2014-07-02 Thread Ronnie Sahlberg
On Wed, Jun 18, 2014 at 2:10 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Ronnie Sahlberg writes: >> >>> Add a field that describes what type of update this refers to. For now >>> the only type is UPDATE_SHA1 but we will soon add more types. >>> >>> Signed-off-by: Ronnie Sahlberg >>>

Re* [PATCH v3 04/14] refs.c: add a new update_type field to ref_update

2014-06-18 Thread Junio C Hamano
Junio C Hamano writes: > Ronnie Sahlberg writes: > >> Add a field that describes what type of update this refers to. For now >> the only type is UPDATE_SHA1 but we will soon add more types. >> >> Signed-off-by: Ronnie Sahlberg >> --- >> refs.c | 25 + >> 1 file changed,

Re: [PATCH v3 04/14] refs.c: add a new update_type field to ref_update

2014-06-18 Thread Junio C Hamano
Ronnie Sahlberg writes: > Add a field that describes what type of update this refers to. For now > the only type is UPDATE_SHA1 but we will soon add more types. > > Signed-off-by: Ronnie Sahlberg > --- > refs.c | 25 + > 1 file changed, 21 insertions(+), 4 deletions(-) >

[PATCH v3 04/14] refs.c: add a new update_type field to ref_update

2014-06-18 Thread Ronnie Sahlberg
Add a field that describes what type of update this refers to. For now the only type is UPDATE_SHA1 but we will soon add more types. Signed-off-by: Ronnie Sahlberg --- refs.c | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/refs.c b/refs.c index 4e3d