packed_ref_store: new struct
commitbdf55fa6b23b14ac8726fc29182739762b8f6011
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 23 Jun 2017 07:01:21 +0000 (23 09:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 20:27:32 +0000 (23 13:27 -0700)
treea1a59ffdd5b2b151230a5bf80c87b9aaf8300525
parent2f108821666a968940f171d52d4d0745a3002b35
packed_ref_store: new struct

Start extracting the packed-refs-related data structures into a new
class, `packed_ref_store`. It doesn't yet implement `ref_store`, but
it will.

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