pack: move open_pack_index(), parse_pack_index()
alloc_packed_git() in packfile.c is duplicated from sha1_file.c. In a subsequent commit, alloc_packed_git() will be removed from sha1_file.c. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
8e21176c3c
commit
0317f45576
@ -9,6 +9,7 @@
|
||||
#include "pack-bitmap.h"
|
||||
#include "pack-revindex.h"
|
||||
#include "pack-objects.h"
|
||||
#include "packfile.h"
|
||||
|
||||
/*
|
||||
* An entry on the bitmap index, representing the bitmap for a given
|
||||
|
Reference in New Issue
Block a user