]> git.99rst.org Git - git.git/commit
t0014: factor out choice of deprecated commands
authorJeff King <redacted>
Tue, 28 Jul 2026 14:37:26 +0000 (10:37 -0400)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t0014-alias.sh
git clone https://git.99rst.org/PROJECT