]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-redundant.c
Merge branch 'jk/really-deprecate-pack-redundant'
[thirdparty/git.git] / builtin / pack-redundant.c
index 82115c5808caf34ff875621fbbac22201f80aee0..5e93d873208bee05491dbec9d56800c01af782bd 100644 (file)
@@ -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 <git@vger.kernel.org>.  Thanks.\n"), stderr);
+               die(_("refusing to run without --i-still-use-this"));
        }
 
        if (load_all_packs)