checkout: make --to unconditionally verbose
[gitweb.git] / builtin / prune.c
index 04d3b12ae4e8c13ab4c232398fe1bdb3c91a7457..75f3b83aa1dc45d75cebc3e81824dad9607bf62a 100644 (file)
@@ -6,7 +6,6 @@
 #include "reachable.h"
 #include "parse-options.h"
 #include "progress.h"
-#include "dir.h"
 
 static const char * const prune_usage[] = {
        N_("git prune [-n] [-v] [--expire <time>] [--] [<head>...]"),
@@ -118,6 +117,7 @@ int cmd_prune(int argc, const char **argv, const char *prefix)
        init_revisions(&revs, prefix);
 
        argc = parse_options(argc, argv, prefix, options, prune_usage, 0);
+
        while (argc--) {
                unsigned char sha1[20];
                const char *name = *argv++;