diff --git a/builtin/pack-redundant.c b/builtin/pack-redundant.c index 82115c5808..5e93d87320 100644 --- a/builtin/pack-redundant.c +++ b/builtin/pack-redundant.c @@ -604,6 +604,7 @@ int cmd_pack_redundant(int argc, const char **argv, const char *prefix) "option, '--i-still-use-this', on the command line\n" "and let us know you still use it by sending an e-mail\n" "to . Thanks.\n"), stderr); + die(_("refusing to run without --i-still-use-this")); } if (load_all_packs)