]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/t0014-dynamic-deprecated-cmds' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:05 +0000 (08:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:05 +0000 (08:54 -0700)
commit062ff906b74bd90148c59d1cd061dacd1a0c4df2
treef4db65b4efa5a664f1311909313c5e4df75fd5ca
parent2e42a65e9236873bfe52a58beb6754f2e29597ba
parentbc57ecb91537c776d0f34233746b09a88000bd26
Merge branch 'jk/t0014-dynamic-deprecated-cmds' into jch

The alias tests in 't/t0014-alias.sh' have been updated to dynamically
query the list of deprecated commands using 'git
--list-cmds=deprecated' to avoid test failures when running with
'WITH_BREAKING_CHANGES' in a build directory that contains stale
executables of formerly deprecated commands.

* jk/t0014-dynamic-deprecated-cmds:
  t0014: generate deprecated command names dynamically
  t0014: factor out choice of deprecated commands