pack: move install_packed_git()

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Tan
2017-08-18 15:20:25 -07:00
committed by Junio C Hamano
parent 9a42865374
commit e65f186242
4 changed files with 12 additions and 11 deletions

View File

@ -28,6 +28,8 @@ extern unsigned int pack_open_fds;
extern struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_path);
extern void install_packed_git(struct packed_git *pack);
extern void pack_report(void);
/*