commit | 0abe14f6a5b7681b4ea02d1bd0a64332587ae053 | [log] [tgz] |
---|---|---|
author | Jonathan Tan <jonathantanmy@google.com> | Fri Aug 18 15:20:26 2017 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 23 15:12:07 2017 -0700 |
tree | 0197f856e42a9eda81b1addf3d2ec9effb5c3549 | |
parent | e65f186242ccda24616e40681f46ad8d33da63e2 [diff] [blame] |
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>
diff --git a/server-info.c b/server-info.c index 5ec5b1d..26a6c20 100644 --- a/server-info.c +++ b/server-info.c
@@ -3,6 +3,7 @@ #include "object.h" #include "commit.h" #include "tag.h" +#include "packfile.h" /* * Create the file "path" by writing to a temporary file and renaming