Skip to content

Commit e9eaaa4

Browse files
committed
Merge branch 'sg/trace2-rename'
Dev support update to help tracing out tests. * sg/trace2-rename: trace2: correct typo in technical documentation Revert "test-lib: whitelist GIT_TR2_* in the environment"
2 parents 0cc5939 + 6114a40 commit e9eaaa4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Documentation/technical/api-trace2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Format details are given in a later section.
3535
=== The Normal Format Target
3636

3737
The normal format target is a tradition printf format and similar
38-
to GIT_TRACE format. This format is enabled with the `GIT_TR`
38+
to GIT_TRACE format. This format is enabled with the `GIT_TRACE2`
3939
environment variable or the `trace2.normalTarget` system or global
4040
config setting.
4141

t/test-lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
386386
my @env = keys %ENV;
387387
my $ok = join("|", qw(
388388
TRACE
389-
TR2_
390389
DEBUG
391390
TEST
392391
.*_TEST

0 commit comments

Comments
 (0)