Code

add_ref(): take a (struct ref_entry *) parameter
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 12 Dec 2011 05:38:23 +0000 (06:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 17:08:53 +0000 (09:08 -0800)
commitdd73ecd1bc8903036d58cf7afb0010ef4aaf8695
tree19689baaf748b69e96317dabe663d77d063ca788
parentcddc42587cbb37f8ff2f34b53550b5e331aa3aa5
add_ref(): take a (struct ref_entry *) parameter

Take a pointer to the ref_entry to add to the array, rather than
creating the ref_entry within the function.  This opens the way to
having multiple kinds of ref_entries.

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