Re: [PATCH v11 02/41] refs.c: ref_transaction_commit should not free the transaction

2014-05-27 Thread Jonathan Nieder
Ronnie Sahlberg wrote: > Signed-off-by: Ronnie Sahlberg > --- > builtin/update-ref.c | 1 + > refs.c | 1 - > refs.h | 5 ++--- > 3 files changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Jonathan Nieder -- To unsubscribe from this list: send the line "unsubscri

[PATCH v11 02/41] refs.c: ref_transaction_commit should not free the transaction

2014-05-27 Thread Ronnie Sahlberg
Signed-off-by: Ronnie Sahlberg --- builtin/update-ref.c | 1 + refs.c | 1 - refs.h | 5 ++--- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/builtin/update-ref.c b/builtin/update-ref.c index 405267f..1fd7a89 100644 --- a/builtin/update-ref.c +++ b/buil