refs.c: pass the ref log message to _create/delete/update instead of _commit
authorRonnie Sahlberg <sahlberg@google.com>
Wed, 30 Apr 2014 19:22:42 +0000 (12:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 17:47:22 +0000 (10:47 -0700)
Change the ref transaction API so that we pass the reflog message to the
create/delete/update functions instead of to ref_transaction_commit.
This allows different reflog messages for each ref update in a multi-ref
transaction.

Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found