git: Log commands when GIT_COLA_TRACE is defined
commit83d8a45bee9e8db3b5156cd4b762c2030b2985a4
authorDavid Aguilar <davvid@gmail.com>
Sun, 4 Apr 2010 06:22:40 +0000 (3 23:22 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 4 Apr 2010 06:28:00 +0000 (3 23:28 -0700)
tree8d49df6da722f3412e3f8b6d654ed54a3525bd08
parente26ceb332a9baf166164a7e70ba4ea4eafb9b1ab
git: Log commands when GIT_COLA_TRACE is defined

Emit logging messages when the GIT_COLA_TRACE environment
variable is defined.  This lets users see the various git
commands run by cola during its execution.

$ env GIT_COLA_TRACE=1 git cola

Closes #39

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/git.py
cola/main.py
share/doc/git-cola/git-cola.txt