Re: [PATCH 4/4] reflog.c: use a reflog transaction when writing during expire

2014-12-02 Thread Jonathan Nieder
Stefan Beller wrote: > --- a/builtin/reflog.c > +++ b/builtin/reflog.c [...] > @@ -290,7 +291,7 @@ static int unreachable(struct expire_reflog_cb *cb, > struct commit *commit, unsig > > static int expire_reflog_ent(unsigned char *osha1, unsigned char *nsha1, > const char *email,

[PATCH 4/4] reflog.c: use a reflog transaction when writing during expire

2014-12-01 Thread Stefan Beller
From: Ronnie Sahlberg Use a transaction for all updates during expire_reflog. Signed-off-by: Ronnie Sahlberg Signed-off-by: Stefan Beller --- no changes since sending it 5 days ago. builtin/reflog.c | 86 1 file changed, 37 insertions

[PATCH 4/4] reflog.c: use a reflog transaction when writing during expire

2014-12-01 Thread Stefan Beller
From: Ronnie Sahlberg Use a transaction for all updates during expire_reflog. Change-Id: Ieb81b2660cefeeecf0bcb3cdbc1ef3cbb86e7eb8 Signed-off-by: Ronnie Sahlberg Signed-off-by: Jonathan Nieder Signed-off-by: Stefan Beller --- builtin/reflog.c | 85

[PATCH 4/4] reflog.c: use a reflog transaction when writing during expire

2014-11-26 Thread Stefan Beller
From: Ronnie Sahlberg Use a transaction for all updates during expire_reflog. Signed-off-by: Ronnie Sahlberg Signed-off-by: Stefan Beller --- builtin/reflog.c | 85 1 file changed, 37 insertions(+), 48 deletions(-) diff --git a/builtin