aboutsummaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
AgeCommit message (Expand)Author
2008-06-12Determine git_dir and git_work_tree in python.Govind Salinas
2008-06-11added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestionFlorian Apolloner
2008-06-01Git: guard against passing False to git commandsDavid Aguilar
2008-06-01style: follow PEP 8 in git/cmd.pyDavid Aguilar
2008-06-01fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comme...Florian Apolloner
2008-06-01reverted to the cleaner and safer proc.wait method instead of communicate.Florian Apolloner
2008-05-31whoops forgot cmd.Michael Trier