]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/prune.c
pull: don't warn if pull.ff has been set
[thirdparty/git.git] / builtin / prune.c
index fd9acc722247ece74483f6a2a7674a4c5f712570..02c6ab7cbaafbac6492fd458bedc0f162e81d683 100644 (file)
@@ -8,6 +8,7 @@
 #include "progress.h"
 #include "prune-packed.h"
 #include "object-store.h"
+#include "shallow.h"
 
 static const char * const prune_usage[] = {
        N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),