get_packed_ref(): take a `packed_ref_store *` parameter
commitf3f97249402b74fd4cd3d0b008e0de2e14cd5b63
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 23 Jun 2017 07:01:32 +0000 (23 09:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 20:27:32 +0000 (23 13:27 -0700)
treea7d3a2994173b130827426c978ba572375ad1979
parent38e3fe6decfb7c32eb08a58b192c428c18180508
get_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