pack: move has_sha1_pack()

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Tan
2017-08-18 15:20:36 -07:00
committed by Junio C Hamano
parent 1a1e5d4f47
commit 150e3001d0
7 changed files with 11 additions and 8 deletions

View File

@ -19,6 +19,7 @@
#include "dir.h"
#include "cache-tree.h"
#include "bisect.h"
#include "packfile.h"
volatile show_early_output_fn_t show_early_output;