Skip to content

Commit 5e4070e

Browse files
committed
Merge branch 'jk/really-deprecate-pack-redundant'
"git pack-redundant" gave a warning when run, as the command has outlived its usefulness long ago and is nominated for future removal. Now we escalate to give an error. * jk/really-deprecate-pack-redundant: pack-redundant: escalate deprecation warning to an error
2 parents abb3b69 + 4406522 commit 5e4070e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/pack-redundant.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ int cmd_pack_redundant(int argc, const char **argv, const char *prefix)
604604
"option, '--i-still-use-this', on the command line\n"
605605
"and let us know you still use it by sending an e-mail\n"
606606
"to <[email protected]>. Thanks.\n"), stderr);
607+
die(_("refusing to run without --i-still-use-this"));
607608
}
608609

609610
if (load_all_packs)

0 commit comments

Comments
 (0)