Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/multiple-work-trees'
[gitweb.git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index 86282b244758d7c248dc2829291c8b6b05a4708e..0c73246c721b3307f0d68b4e58f7c684aebce2e9 100644
(file)
--- a/
builtin/prune.c
+++ b/
builtin/prune.c
@@
-206,6
+206,7
@@
int cmd_prune(int argc, const char **argv, const char *prefix)
expire = ULONG_MAX;
save_commit_buffer = 0;
check_replace_refs = 0;
+ ref_paranoia = 1;
init_revisions(&revs, prefix);
argc = parse_options(argc, argv, prefix, options, prune_usage, 0);