summaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
...
* cmd: rename with_keep_cwd to keep_cwdDavid Aguilar2008-06-151-7/+9
* Merge commit 'sverre/master' into davidDavid Aguilar2008-06-151-2/+23
|\
| * Added a with_keep_cwd optionSverre Rabbelier2008-06-131-1/+13
| * Improved the GIT_PYTHON_TRACE=full output formatSverre Rabbelier2008-06-131-1/+10
* | cmd: better support for bare repositoriesDavid Aguilar2008-06-151-2/+5
* | cmd: properly handle cwd for repos with work treesDavid Aguilar2008-06-121-1/+4
* | Determine git_dir and git_work_tree in python.Govind Salinas2008-06-121-31/+50
|/
* added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestionFlorian Apolloner2008-06-111-2/+5
* Git: guard against passing False to git commandsDavid Aguilar2008-06-011-2/+2
* style: follow PEP 8 in git/cmd.pyDavid Aguilar2008-06-011-9/+9
* fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comme...Florian Apolloner2008-06-011-1/+1
* reverted to the cleaner and safer proc.wait method instead of communicate.Florian Apolloner2008-06-011-3/+2
* whoops forgot cmd.Michael Trier2008-05-311-0/+190