aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-12 23:09:10 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-12 23:09:10 -0700
commitd3ba675aae3c6c5722ad15cd9d0f3b7634e976ce (patch)
tree94813d10e42424a31cd58ad8eb9f338874cd0d7d /Documentation
parenta72f9373c01f9bbebd14af7cec6ff0de4c27c578 (diff)
parent1d0361e806086f6076c221ff5bb40b73643e96c3 (diff)
downloadgit-d3ba675aae3c6c5722ad15cd9d0f3b7634e976ce.tar.gz
git-d3ba675aae3c6c5722ad15cd9d0f3b7634e976ce.tar.xz
Merge branch 'ml/trace'
* ml/trace: test-lib: unset GIT_TRACE GIT_TRACE: fix a mixed declarations and code warning GIT_TRACE: show which built-in/external commands are executed
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d00cc3ea5..ce3058182 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -615,6 +615,13 @@ git Diffs
gitlink:git-diff-files[1];
gitlink:git-diff-tree[1]
+other
+~~~~~
+'GIT_TRACE'::
+ If this variable is set git will print `trace:` messages on
+ stderr telling about alias expansion, built-in command
+ execution and external command execution.
+
Discussion[[Discussion]]
------------------------
include::README[]