]> git.ipfire.org Git - thirdparty/git.git/commit
t0014: factor out choice of deprecated commands
authorJeff King <peff@peff.net>
Tue, 28 Jul 2026 14:37:26 +0000 (10:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jul 2026 22:43:32 +0000 (15:43 -0700)
commitb678bb728331fbc575b8eee7948f08eec167d951
tree94697db07ebe5478fbe9734c140b3eb7f3cc4b74
parente9019fcafe0040228b8631c30f97ae1adb61bcdc
t0014: factor out choice of deprecated commands

We have a few tests related to aliasing deprecated commands which use
"whatchanged" and "pack-redundant", as these are the only two deprecated
commands we have. Let's pull those names into variables so that we can
refactor the tests without relying on the specific names.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0014-alias.sh