Re: [PATCH v6 06/42] refs.c: make update_ref_write update a strbuf on failure

2014-05-14 Thread Jonathan Nieder
Ronnie Sahlberg wrote: Change update_ref_write to also update an error strbuf on failure. This makes the error available to ref_transaction_commit callers if the transaction failed due to update_ref_sha1/write_ref_sha1 failures. Reviewed-by: Jonathan Nieder jrnie...@gmail.com -- To

[PATCH v6 06/42] refs.c: make update_ref_write update a strbuf on failure

2014-05-01 Thread Ronnie Sahlberg
Change update_ref_write to also update an error strbuf on failure. This makes the error available to ref_transaction_commit callers if the transaction failed due to update_ref_sha1/write_ref_sha1 failures. Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- refs.c | 9 ++--- 1 file