mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
6789275d37
They are equivalents and the former still exists, so as long as the only change this commit makes are to rewrite test_i18ngrep to test_grep, there won't be any new bug, even if there still are callers of test_i18ngrep remaining in the tree, or when merged to other topics that add new uses of test_i18ngrep. This patch was produced more or less with git grep -l -e 'test_i18ngrep ' 't/t[0-9][0-9][0-9][0-9]-*.sh' | xargs perl -p -i -e 's/test_i18ngrep /test_grep /' and a good way to sanity check the result yourself is to run the above in a checkout of c4603c1c (test framework: further deprecate test_i18ngrep, 2023-10-31) and compare the resulting working tree contents with the result of applying this patch to the same commit. You'll see that test_i18ngrep in a few t/lib-*.sh files corrected, in addition to the manual reproduction. Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
common-functions.sh | ||
once-0010-report-status-v1.sh | ||
test-0000-standard-git-push.sh | ||
test-0001-standard-git-push--porcelain.sh | ||
test-0002-pre-receive-declined.sh | ||
test-0003-pre-receive-declined--porcelain.sh | ||
test-0010-proc-receive-settings.sh | ||
test-0011-no-hook-error.sh | ||
test-0012-no-hook-error--porcelain.sh | ||
test-0013-bad-protocol.sh | ||
test-0014-bad-protocol--porcelain.sh | ||
test-0020-report-ng.sh | ||
test-0021-report-ng--porcelain.sh | ||
test-0022-report-unexpect-ref.sh | ||
test-0023-report-unexpect-ref--porcelain.sh | ||
test-0024-report-unknown-ref.sh | ||
test-0025-report-unknown-ref--porcelain.sh | ||
test-0026-push-options.sh | ||
test-0027-push-options--porcelain.sh | ||
test-0030-report-ok.sh | ||
test-0031-report-ok--porcelain.sh | ||
test-0032-report-with-options.sh | ||
test-0033-report-with-options--porcelain.sh | ||
test-0034-report-ft.sh | ||
test-0035-report-ft--porcelain.sh | ||
test-0036-report-multi-rewrite-for-one-ref.sh | ||
test-0037-report-multi-rewrite-for-one-ref--porcelain.sh | ||
test-0038-report-mixed-refs.sh | ||
test-0039-report-mixed-refs--porcelain.sh | ||
test-0040-process-all-refs.sh | ||
test-0041-process-all-refs--porcelain.sh | ||
test-0050-proc-receive-refs-with-modifiers.sh |