Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object-store: move object access functions to object-store.h
[gitweb.git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index 518ffbea1397faa35102dc088a3830e40c9b13a6..8cc8659612fe5faacdafa5ef15a3dc72c8b8643d 100644
(file)
--- a/
builtin/prune.c
+++ b/
builtin/prune.c
@@
-6,6
+6,7
@@
#include "reachable.h"
#include "parse-options.h"
#include "progress.h"
+#include "object-store.h"
static const char * const prune_usage[] = {
N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),