add_packed_ref(): take a `packed_ref_store *` parameter
commite70b70294e7010c6281766b5229fb811df193870
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 23 Jun 2017 07:01:28 +0000 (23 09:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 20:27:32 +0000 (23 13:27 -0700)
treec59ca695b85ae803cdd0850b8ca456825c042227
parenta9169f5dc2ca4ed1059d9733661058f9e5311724
add_packed_ref(): take a `packed_ref_store *` parameter

It only cares about the packed-refs part of the reference store.

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