]> git.ipfire.org Git - thirdparty/git.git/commit - packfile.h
pack: move find_pack_entry() and make it global
authorJonathan Tan <jonathantanmy@google.com>
Fri, 18 Aug 2017 22:20:35 +0000 (15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 22:12:07 +0000 (15:12 -0700)
commit1a1e5d4f47fd77dec1b7e7ef0867939a251252b6
tree686d489255d76713b976930c851745b4c5e7422a
parentd6fe0036fd5e0cf7f51aa84381ebd321e898350a
pack: move find_pack_entry() and make it global

This function needs to be global as it is used by sha1_file.c and will
be used by packfile.c.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
packfile.c
packfile.h
sha1_file.c