Thanks.
Reworded it that we remove it since all callers now use QUIET_ON_ERR
On Fri, Apr 25, 2014 at 3:47 PM, Jonathan Nieder [off-list ref] wrote:
Ronnie Sahlberg wrote:
quoted
Since we now pass meaningful error messages back from ref_transaction_commit
on failures, we no longer need to provide a onerr argument.
Yay! More precisely, now that all callers use
UPDATE_REFS_QUIET_ON_ERR there's no need to support any other
behavior.
Thanks for cleaning up the error handling here.