diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-19 00:20:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-24 00:12:07 +0200 |
commit | 0abe14f6a5b7681b4ea02d1bd0a64332587ae053 (patch) | |
tree | 0197f856e42a9eda81b1addf3d2ec9effb5c3549 /http-backend.c | |
parent | pack: move install_packed_git() (diff) | |
download | git-0abe14f6a5b7681b4ea02d1bd0a64332587ae053.tar.xz git-0abe14f6a5b7681b4ea02d1bd0a64332587ae053.zip |
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>
Diffstat (limited to 'http-backend.c')
-rw-r--r-- | http-backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-backend.c b/http-backend.c index 519025d2c3..8076b1d5e5 100644 --- a/http-backend.c +++ b/http-backend.c @@ -9,6 +9,7 @@ #include "string-list.h" #include "url.h" #include "argv-array.h" +#include "packfile.h" static const char content_type[] = "Content-Type"; static const char content_length[] = "Content-Length"; |