Re: [PATCH 2/2] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update

2014-11-19 Thread Jonathan Nieder
Stefan Beller wrote: > refs.c | 22 ++ > refs.h | 2 +- > 2 files changed, 3 insertions(+), 21 deletions(-) Likewise: Reviewed-by: Jonathan Nieder but this shouldn't have had my sign-off. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a m

[PATCH 2/2] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update

2014-11-19 Thread Stefan Beller
From: Ronnie Sahlberg Signed-off-by: Ronnie Sahlberg Signed-off-by: Jonathan Nieder Signed-off-by: Stefan Beller --- The same as sent 2 days before as part of the ref-transactions-reflog series http://thread.gmane.org/gmane.comp.version-control.git/259712 no changes since then. refs.c