summaryrefslogtreecommitdiff
path: root/builtin/prune.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:31 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:31 -0800
commit6e5be1f2d5bac42c28a126d382bf7b7bdcb9b7f3 (patch)
tree091504a48e8ed145c3a34fb3bac565f260175533 /builtin/prune.c
parentecdc7cbbac04241f1e5a90fb1fff13cff2ed7a82 (diff)
parentbbcde41a70a7e0264c214896aac84d1ec3fdcbf6 (diff)
downloadgit-6e5be1f2d5bac42c28a126d382bf7b7bdcb9b7f3.tar.gz
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
Code clean-up. * md/exclude-promisor-objects-fix-cleanup: revision.c: put promisor option in specialized struct
Diffstat (limited to 'builtin/prune.c')
-rw-r--r--builtin/prune.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/prune.c b/builtin/prune.c
index e42653b99c..1ec9ddd751 100644
--- a/builtin/prune.c
+++ b/builtin/prune.c
@@ -120,7 +120,6 @@ 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;
repo_init_revisions(the_repository, &revs, prefix);
argc = parse_options(argc, argv, prefix, options, prune_usage, 0);