Browse Source

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"
maint
Junio C Hamano 5 years ago
parent
commit
e9eaaa4690
  1. 2
      Documentation/technical/api-trace2.txt
  2. 1
      t/test-lib.sh

2
Documentation/technical/api-trace2.txt

@ -35,7 +35,7 @@ Format details are given in a later section. @@ -35,7 +35,7 @@ Format details are given in a later section.
=== The Normal Format Target

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


1
t/test-lib.sh

@ -386,7 +386,6 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e ' @@ -386,7 +386,6 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
my @env = keys %ENV;
my $ok = join("|", qw(
TRACE
TR2_
DEBUG
TEST
.*_TEST

Loading…
Cancel
Save