]> git.ipfire.org Git - thirdparty/git.git/commit
repack_without_refs(): take a `packed_ref_store *` parameter
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 23 Jun 2017 07:01:33 +0000 (09:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 20:27:32 +0000 (13:27 -0700)
commit0f199b1ee051e3e6854268841335287c3ad94b88
tree039788e1f1e7aa5592a4f8df411057adfb6a8fd9
parentf3f97249402b74fd4cd3d0b008e0de2e14cd5b63
repack_without_refs(): 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