pack: move {,re}prepare_packed_git and approximate_object_count

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:26 -07:00
committed by Junio C Hamano
parent e65f186242
commit 0abe14f6a5
11 changed files with 238 additions and 232 deletions

1
path.c
View File

@ -9,6 +9,7 @@
#include "worktree.h"
#include "submodule-config.h"
#include "path.h"
#include "packfile.h"
static int get_st_mode_bits(const char *path, int *mode)
{