diff options
Diffstat (limited to 'builtin/pack-redundant.c')
-rw-r--r-- | builtin/pack-redundant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/pack-redundant.c b/builtin/pack-redundant.c index 104d10877b..d50c2d6693 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 UNUSED) "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 <git@vger.kernel.org>. Thanks.\n"), stderr); + die(_("refusing to run without --i-still-use-this")); } if (load_all_packs) |