get_ref_map(): rename local variables
commitf137a45e0db9823d386b18a7a9f5e0fc06c0b67d
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 23 Oct 2013 15:50:38 +0000 (23 17:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2013 20:28:44 +0000 (24 13:28 -0700)
tree077092630cb0ed38340e2779994ba810a4bd2f5e
parent5b2515f4007ce0fe3d61197905c41eee5a3d06c1
get_ref_map(): rename local variables

Rename "refs" -> "refspecs" and "ref_count" -> "refspec_count" to
reduce confusion, because they describe an array of "struct refspec",
as opposed to the "struct ref" objects that are also used in this
function.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c