diff --git a/builtin/pack-redundant.c b/builtin/pack-redundant.c index ecd49ca268f53b..fe645325fbb975 100644 --- a/builtin/pack-redundant.c +++ b/builtin/pack-redundant.c @@ -603,6 +603,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)