From: Junio C Hamano Date: Thu, 11 Jun 2015 16:29:54 +0000 (-0700) Subject: Merge branch 'mh/verify-lock-error-report' X-Git-Tag: v2.5.0-rc0~47 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/829f03e98c63a69b0f3b6e40e012da8a0fe25e2a?hp=829f03e98c63a69b0f3b6e40e012da8a0fe25e2a Merge branch 'mh/verify-lock-error-report' Bring consistency to error reporting mechanism used in "refs" API. * mh/verify-lock-error-report: ref_transaction_commit(): do not capitalize error messages verify_lock(): do not capitalize error messages verify_lock(): report errors via a strbuf verify_lock(): on errors, let the caller unlock the lock verify_lock(): return 0/-1 rather than struct ref_lock * ---