Signed-off-by: Junio C Hamano <junkio@cox.net>
@ -2,7 +2,7 @@
#include "cache.h"
static const char prune_packed_usage[] =
"git-prune-packed [-n]";
"git-prune-packed [-n] [-q]";
#define DRY_RUN 01
#define VERBOSE 02