Commit a7129dc
committed
git.py: add support for a GIT_PYTHON_TRACE environment variable
GIT_PYTHON_TRACE allows us to debug GitPython's usage of
git through the use of an environment variable.
This is preferred over a hard-coded print statement.
Signed-off-by: David Aguilar <davvid@gmail.com>1 parent 85c6252 commit a7129dc
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments