Re: [PATCH v6 06/42] refs.c: make update_ref_write update a strbuf on failure
From: Jonathan Nieder <hidden> Date: 2016-06-15 23:01:09
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.