diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-12 23:09:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-12 23:09:10 -0700 |
commit | d3ba675aae3c6c5722ad15cd9d0f3b7634e976ce (patch) | |
tree | 94813d10e42424a31cd58ad8eb9f338874cd0d7d /Documentation | |
parent | git-repack: avoid redirecting stderr into git-pack-objects (diff) | |
parent | test-lib: unset GIT_TRACE (diff) | |
download | tgif-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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index d00cc3ea52..ce3058182f 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[] |