diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-18 15:20:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 15:12:07 -0700 |
commit | d6fe0036fd5e0cf7f51aa84381ebd321e898350a (patch) | |
tree | e3d0d3d4df44cc73a4b06bbdbc3dc52b1a720744 /http-walker.c | |
parent | a2551953b9619b285128c1e9cf35120fb7555d8f (diff) | |
download | git-d6fe0036fd5e0cf7f51aa84381ebd321e898350a.tar.gz |
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-walker.c')
-rw-r--r-- | http-walker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-walker.c b/http-walker.c index ee049cb13d..1ae8363de2 100644 --- a/http-walker.c +++ b/http-walker.c @@ -4,6 +4,7 @@ #include "http.h" #include "list.h" #include "transport.h" +#include "packfile.h" struct alt_base { char *base; |