diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-19 00:20:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-24 00:12:07 +0200 |
commit | d6fe0036fd5e0cf7f51aa84381ebd321e898350a (patch) | |
tree | e3d0d3d4df44cc73a4b06bbdbc3dc52b1a720744 /http-push.c | |
parent | pack: move find_pack_entry_one(), is_pack_valid() (diff) | |
download | git-d6fe0036fd5e0cf7f51aa84381ebd321e898350a.tar.xz git-d6fe0036fd5e0cf7f51aa84381ebd321e898350a.zip |
pack: move find_sha1_pack()
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-push.c')
-rw-r--r-- | http-push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-push.c b/http-push.c index c91f40a610..e4c9b065ce 100644 --- a/http-push.c +++ b/http-push.c @@ -11,6 +11,7 @@ #include "list-objects.h" #include "sigchain.h" #include "argv-array.h" +#include "packfile.h" #ifdef EXPAT_NEEDS_XMLPARSE_H #include <xmlparse.h> |