Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
curl: anonymize URLs in error messages and warnings
[gitweb.git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index b29ce4abbce006ae63424352dec80de530202ec1..d356ad70f6c3ad06112420e5a5f984fa38f09473 100644
(file)
--- a/
builtin/prune.c
+++ b/
builtin/prune.c
@@
-120,6
+120,7
@@
int cmd_prune(int argc, const char **argv, const char *prefix)
save_commit_buffer = 0;
read_replace_refs = 0;
ref_paranoia = 1;
+ revs.allow_exclude_promisor_objects_opt = 1;
init_revisions(&revs, prefix);
argc = parse_options(argc, argv, prefix, options, prune_usage, 0);