Re: [PATCH v6 07/42] refs.c: remove the onerr argument to ref_transaction_commit

2014-05-14 Thread Jonathan Nieder
Ronnie Sahlberg wrote: Since all callers now use QUIET_ON_ERR we no longer need to provide an onerr argument any more. Remove the onerr argument from the ref_transaction_commit signature. Nice, and obviously correct. Reviewed-by: Jonathan Nieder jrnie...@gmail.com -- To unsubscribe from this

[PATCH v6 07/42] refs.c: remove the onerr argument to ref_transaction_commit

2014-05-01 Thread Ronnie Sahlberg
Since all callers now use QUIET_ON_ERR we no longer need to provide an onerr argument any more. Remove the onerr argument from the ref_transaction_commit signature. Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- builtin/update-ref.c | 3 +-- refs.c | 22