GIT_TRACE: show which built-in/external commands are executed
commit575ba9d69d5dfd07d95343fe946a5991c4cb27d6
authorMatthias Lederhofer <matled@gmx.net>
Sun, 25 Jun 2006 13:56:18 +0000 (25 15:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Jul 2006 07:57:23 +0000 (9 00:57 -0700)
tree8f9f3ca832249b98c3621a09035baba2e1ce385f
parent88f0d5d7d95f815d2e8a36a8ceb7459dbd90992c
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>
Documentation/git.txt
exec_cmd.c
git.c
quote.c
quote.h