struct nonmatching_ref_data: store a refname instead of a ref_entry
commit521331cc9f71515e214d0821a35cafd5c03eaad3
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 11 May 2015 15:25:09 +0000 (11 17:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 18:50:18 +0000 (11 11:50 -0700)
tree9d2e41d6b835cf087ef5a2d4c70c7c87276b5f22
parent385e8af5a2d1056b75428eea810bce65d2c83363
struct nonmatching_ref_data: store a refname instead of a ref_entry

Now that we don't need a ref_entry to pass to
report_refname_conflict(), it is sufficient to store the refname of
the conflicting reference.

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