Re: [PATCH v3 06/19] refs.c: make update_ref_write to return error string on failure

2014-04-28 Thread Ronnie Sahlberg
Done, thanks On Fri, Apr 25, 2014 at 3:45 PM, Jonathan Nieder wrote: > Ronnie Sahlberg wrote: > >> Change update_ref_write to also return an error string on failure. >> This makes the error avaialbel to ref_transaction_commit callers if the >> transaction failed dur to update_ref_sha1/write_ref_s

Re: [PATCH v3 06/19] refs.c: make update_ref_write to return error string on failure

2014-04-25 Thread Jonathan Nieder
Ronnie Sahlberg wrote: > Change update_ref_write to also return an error string on failure. > This makes the error avaialbel to ref_transaction_commit callers if the > transaction failed dur to update_ref_sha1/write_ref_sha1 failures. Nits: * available * during Probably should come right afte

[PATCH v3 06/19] refs.c: make update_ref_write to return error string on failure

2014-04-25 Thread Ronnie Sahlberg
Change update_ref_write to also return an error string on failure. This makes the error avaialbel to ref_transaction_commit callers if the transaction failed dur to update_ref_sha1/write_ref_sha1 failures. Signed-off-by: Ronnie Sahlberg --- refs.c | 10 +++--- 1 file changed, 7 insertions(+)