summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-trace2.txt
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>2019-06-26 20:03:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-27 17:56:54 (GMT)
commit6114a405bdc548886920e2c789b14ae4990e071f (patch)
tree96399d7e25f8241d2dd137c2f5ad708a34ccfb4e /Documentation/technical/api-trace2.txt
parent3efa1c6b33279a233afd357c9be02b92bb60433f (diff)
downloadgit-6114a405bdc548886920e2c789b14ae4990e071f.zip
git-6114a405bdc548886920e2c789b14ae4990e071f.tar.gz
git-6114a405bdc548886920e2c789b14ae4990e071f.tar.bz2
trace2: correct typo in technical documentation
an apparent typo for the environment variable was included with 81567caf87 ("trace2: update docs to describe system/global config settings", 2019-04-15), and was missed when renamed variables by e4b75d6a1d ("trace2: rename environment variables to GIT_TRACE2*", 2019-05-19) Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-trace2.txt')
-rw-r--r--Documentation/technical/api-trace2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt
index 23c3cc7..f7ffe7d 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -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.