aboutsummaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
AgeCommit message (Expand)Author
2008-06-15Merge commit 'sverre/master' into davidDavid Aguilar
2008-06-15cmd: better support for bare repositoriesDavid Aguilar
2008-06-13Added a with_keep_cwd optionSverre Rabbelier
2008-06-13Improved the GIT_PYTHON_TRACE=full output formatSverre Rabbelier
2008-06-12cmd: properly handle cwd for repos with work treesDavid Aguilar
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