report_refname_conflict(): inline function
commit385e8af5a2d1056b75428eea810bce65d2c83363
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 11 May 2015 15:25:08 +0000 (11 17:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 18:50:18 +0000 (11 11:50 -0700)
tree99f6253b848e75c57cad476e75689a9a709f828d
parent8bfac19ab4844a63e2f660fcaf4fec4fbe08e47f
report_refname_conflict(): inline function

It wasn't pulling its weight. And we are about to need code similar to
this where no ref_entry is available and with more diverse error
messages. Rather than try to generalize the function, just inline it.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
refs.c