Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> --- Hi Jeff, If you need to re-roll your 'jh/fsck-promisors' branch, could you please squash this into the relevant patch (commit 1a4b4ca4e9, "introduce fetch-object: fetch one promisor object", 02-11-2017). [This silences a sparse warning]. Also, I notice that partial_clone_utils_register() does not have any callers - I assume this will be 'fixed' in an upcoming series. Thanks! ATB, Ramsay Jones fetch-object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch-object.c b/fetch-object.c index 369b61c0e..fc086fce2 100644 --- a/fetch-object.c +++ b/fetch-object.c @@ -3,6 +3,7 @@ #include "pkt-line.h" #include "strbuf.h" #include "transport.h" +#include "fetch-object.h" void fetch_object(const char *remote_name, const unsigned char *sha1) { -- 2.15.0