reflog_expire(): integrate lock_ref_sha1_basic() errors into ours
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 11 May 2015 15:25:20 +0000 (17:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 18:50:20 +0000 (11:50 -0700)
Now that lock_ref_sha1_basic() gives us back its error messages via a
strbuf, incorporate its error message into our error message rather
than emitting two separate error messages.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
No differences found