aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-06-25 15:56:18 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-09 00:57:23 -0700
commit575ba9d69d5dfd07d95343fe946a5991c4cb27d6 (patch)
tree8f9f3ca832249b98c3621a09035baba2e1ce385f /Documentation
parent88f0d5d7d95f815d2e8a36a8ceb7459dbd90992c (diff)
downloadgit-575ba9d69d5dfd07d95343fe946a5991c4cb27d6.tar.gz
git-575ba9d69d5dfd07d95343fe946a5991c4cb27d6.tar.xz
GIT_TRACE: show which built-in/external commands are executed
With the environment variable GIT_TRACE set git will show - alias expansion - built-in command execution - external command execution on stderr. Signed-off-by: Matthias Lederhofer <matled@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 51f20c6e6..4b140b821 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[]