entry_matches(): inline function
commit8bfac19ab4844a63e2f660fcaf4fec4fbe08e47f
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 11 May 2015 15:25:07 +0000 (11 17:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 18:50:18 +0000 (11 11:50 -0700)
treedb7f0455898c99da9455be42a5521a290e288a09
parent6075f3076e8a7fea0a132d459d1e21e771cdd880
entry_matches(): inline function

It wasn't pulling its weight. And in a moment we will need similar
tests that take a refname rather than a ref_entry as parameter, which
would have made entry_matches() even less useful.

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