diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:33 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:33 -0800 |
| commit | 466f94ec45e6170730f9dfaf7185a26f2e9fa8bf (patch) | |
| tree | 94c611b389a658d7581175b8ac4407e6f6ac79fb /Documentation | |
| parent | 59ace284f33fe9928fcdb04b02044c921fd6905e (diff) | |
| parent | 73c01d25fe254208befe099a659916d2bff5bbb4 (diff) | |
| download | git-466f94ec45e6170730f9dfaf7185a26f2e9fa8bf.tar.xz | |
Merge branch 'ab/detox-gettext-tests'
Get rid of "GETTEXT_POISON" support altogether, which may or may
not be controversial.
* ab/detox-gettext-tests:
tests: remove uses of GIT_TEST_GETTEXT_POISON=false
tests: remove support for GIT_TEST_GETTEXT_POISON
ci: remove GETTEXT_POISON jobs
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MyFirstContribution.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MyFirstContribution.txt b/Documentation/MyFirstContribution.txt index 7c9a037cc2..af0a9da62e 100644 --- a/Documentation/MyFirstContribution.txt +++ b/Documentation/MyFirstContribution.txt @@ -664,7 +664,7 @@ mention the right animal somewhere: ---- test_expect_success 'runs correctly with no args and good output' ' git psuh >actual && - test_i18ngrep Pony actual + grep Pony actual ' ---- |
