diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-18 15:20:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 15:12:07 -0700 |
commit | 0abe14f6a5b7681b4ea02d1bd0a64332587ae053 (patch) | |
tree | 0197f856e42a9eda81b1addf3d2ec9effb5c3549 /connected.c | |
parent | e65f186242ccda24616e40681f46ad8d33da63e2 (diff) | |
download | git-0abe14f6a5b7681b4ea02d1bd0a64332587ae053.tar.gz |
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 'connected.c')
-rw-r--r-- | connected.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connected.c b/connected.c index 3e3f0148c8..f416b05051 100644 --- a/connected.c +++ b/connected.c @@ -3,7 +3,7 @@ #include "sigchain.h" #include "connected.h" #include "transport.h" -#include "pack.h" +#include "packfile.h" /* * If we feed all the commits we want to verify to this command |