From: Ronnie Sahlberg Date: Wed, 30 Apr 2014 19:22:42 +0000 (-0700) Subject: refs.c: pass the ref log message to _create/delete/update instead of _commit X-Git-Tag: v2.2.0-rc0~32^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/db7516ab9f435e3ce86b257c6631fb4d2dfb12ae?hp=db7516ab9f435e3ce86b257c6631fb4d2dfb12ae refs.c: pass the ref log message to _create/delete/update instead of _commit 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 Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---