summaryrefslogtreecommitdiff
path: root/lib/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-2/+2
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-291-1/+1
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-89/+64
* GitCmdStreamReader: fixed terrible bug which only kicked in if the stream was...Sebastian Thiel2010-06-241-5/+16
* Merge branch 'odb'Sebastian Thiel2010-06-041-418/+506
|\
| * commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-6/+1
| * git.cmd: added test for stream section constraint used in git command, found ...Sebastian Thiel2010-06-021-1/+6
| * commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-021-405/+496
* | git.cmd: using communicate in the main branch of execution, which might not m...Sebastian Thiel2010-06-031-9/+16
* | git.cmd: moved hardcoded chunksize when duplicating stream data into easy-to-...Sebastian Thiel2010-06-031-3/+9
|/
* gitcmd: may now receive extra keyword arguments to be passed directly to the ...Sebastian Thiel2010-05-311-11/+9
* cmd: By default, on linux, the parent file handles will be closed to leave th...Sebastian Thiel2010-05-271-0/+1
* Repo: Added comparison operators and hash operator including testSebastian Thiel2010-05-121-2/+6
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-371/+371
* Added imports for standard locking file classes into the git moduleSebastian Thiel2009-12-161-0/+3
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-9/+11
* repo: fixed incorrect path handling thta could lead to issues if the reposito...Sebastian Thiel2009-12-031-1/+3
* SymbolicReferences can now be at any path within the repository, there is no ...Sebastian Thiel2009-11-261-1/+1
* 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
|\