]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs.c: remove the onerr argument to ref_transaction_commit
authorRonnie Sahlberg <sahlberg@google.com>
Fri, 20 Jun 2014 14:42:59 +0000 (07:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2014 18:54:42 +0000 (11:54 -0700)
commit01319837c53050109c60e6740dfa9462327161f0
tree0696aad84da0bbf6b26349fe401ef95a851515d6
parent8bcd37482e95b47119f3a8f03a1c8ce5815594a3
refs.c: remove the onerr argument to ref_transaction_commit

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.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Michael Haggerty <mhagger@alum.mit.edu>
builtin/update-ref.c
refs.c
refs.h