summaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* fixed test_repo to work on windowsSebastian Thiel2009-11-051-1/+1
* cmd: added clear_cache method now used by test repo decorators to be sure per...Sebastian Thiel2009-11-051-1/+14
* git cmd on windows now runs without the shell, see diff for explanationSebastian Thiel2009-11-051-2/+7
* Fixed windows TASKKILL so it actually does something *silently*Sebastian Thiel2009-11-051-1/+4
* Improved cmd error handling in case an invalid revision is specified for an o...Sebastian Thiel2009-11-041-2/+3
* cmd.wait: AutoKill wrapped process will automatically raise on errors to unif...Sebastian Thiel2009-10-261-4/+22
* git cmd fix: After removing the with_raw_output flag, I actually did the wron...Sebastian Thiel2009-10-221-2/+2
* Stream_data streams data to a given output stream most efficiently with a low...Sebastian Thiel2009-10-221-1/+0
* Git.cmd: removed with_raw_output optionSebastian Thiel2009-10-221-21/+28
* added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel2009-10-221-0/+1
* remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-2/+4
* Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel2009-10-201-0/+3
* Improved archive function by allowing it to directly write to an output strea...Sebastian Thiel2009-10-151-13/+23
* repo: removed a few methods because of redundancy or because it will be obsol...Sebastian Thiel2009-10-151-1/+17
* persistent command signature changed to also return the hexsha from a possibl...Sebastian Thiel2009-10-141-6/+6
* Implemented git command facility to keep persistent commands for fast object ...Sebastian Thiel2009-10-141-2/+76
* cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel2009-10-141-1/+45
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel2009-10-111-194/+194
* finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel2009-10-091-1/+0
* Merge branch 'doc_enhancements' into fixesSebastian Thiel2009-10-081-8/+46
|\
| * Added docs for the error moduleSebastian Thiel2009-10-081-1/+4
| * improved git.cmd documentationSebastian Thiel2009-10-081-8/+43
* | git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel2009-10-081-1/+1
|/
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-241-1/+1
* use shell=True in windows (git.exe needs to be on %PATH%)Florian Apolloner2008-08-111-3/+8
* Removed method_missing since it was only used in one place.Michael Trier2008-07-171-3/+7
* Added license information to all files.Michael Trier2008-07-161-0/+6
* fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner2008-06-251-60/+5
* continued yesterdays work on the execute stuffFlorian Apolloner2008-06-211-24/+16
* made with_exceptions=True default (don't look before you leak ;)) and removed...Florian Apolloner2008-06-201-33/+24
* 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