aboutsummaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
AgeCommit message (Expand)Author
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-10-09finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel
2009-10-08Merge branch 'doc_enhancements' into fixesSebastian Thiel
2009-10-08Added docs for the error moduleSebastian Thiel
2009-10-08improved git.cmd documentationSebastian Thiel
2009-10-08git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-08-11use shell=True in windows (git.exe needs to be on %PATH%)Florian Apolloner
2008-07-17Removed method_missing since it was only used in one place.Michael Trier
2008-07-16Added license information to all files.Michael Trier
2008-06-25fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner
2008-06-21continued yesterdays work on the execute stuffFlorian Apolloner
2008-06-20made with_exceptions=True default (don't look before you leak ;)) and removed...Florian Apolloner
2008-06-15cmd: rename with_keep_cwd to keep_cwdDavid Aguilar
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