summaryrefslogtreecommitdiff
path: root/lib/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-719/+0
* remote: parsing of fetch information now reacts to fatal errors. Previously i...Sebastian Thiel2010-11-191-0/+2
* Updated tests and implementation to verify functionality for handling submodu...Sebastian Thiel2010-11-181-0/+5
* remote: added methods to set and query the tracking branch status of normal h...Sebastian Thiel2010-11-161-5/+1
* submodule: Fleshed out interface, and a partial test which is not yet usable....Sebastian Thiel2010-11-151-26/+4
* Fixed bug in http://byronimo.lighthouseapp.com/projects/51787/tickets/44-remo...Sebastian Thiel2010-10-151-1/+1
* index: Fixed bug which caused incorrect separators in output files of the ret...Sebastian Thiel2010-07-191-1/+8
* Addiitonal win32 fixes related to, guess it, backslashes in pathsSebastian Thiel2010-07-151-4/+4
* Moved test-centric windows specific fix into the class itself to assure this ...Sebastian Thiel2010-07-111-0/+11
* Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel2010-07-071-1/+1
* 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-10/+17
* Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel2010-06-291-1/+1
* All tests adjusted to work with the changed internal sha representationSebastian Thiel2010-06-281-2/+5
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-763/+690
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-760/+760
* Implemented RemoteProgress parsing for git-fetch, which might become availabl...Sebastian Thiel2010-01-121-41/+92
* remote.py: improved push-progress parsin to better deal with messages ( i.e. ...Sebastian Thiel2010-01-121-7/+12
* Added imports for standard locking file classes into the git moduleSebastian Thiel2009-12-161-1/+1
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-091-3/+3
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-1/+1
* PushInfo: added summary field to help providing user readable informationSebastian Thiel2009-11-241-3/+6
* remote.fetch: fetchInfo would not provide old_commit information in case of f...Sebastian Thiel2009-11-231-5/+8
* improved error when setting up server based test to make clear a server needs...Sebastian Thiel2009-11-041-1/+4
* added all new files to reference.rst and corrected the worst mistakes. There ...Sebastian Thiel2009-11-041-10/+11
* refs: iter_items now imlemented natively for additional performance. We did n...Sebastian Thiel2009-11-031-1/+0
* remotes are now retrieved directly by parsing the repository configuration fi...Sebastian Thiel2009-11-031-4/+10
* remote.push: Fixed progress parsing, previously it would read whole lines onl...Sebastian Thiel2009-11-031-3/+15
* Finished all push tests I could think of so far. More error cases should be s...Sebastian Thiel2009-11-031-1/+4
* Intermediate commit with a few added and improved tests as well as many fixesSebastian Thiel2009-11-031-8/+36
* Implemented PushProgress and PushInfo class including basic test cases. Now m...Sebastian Thiel2009-11-021-17/+134
* Added frame for push testing and push implemenationSebastian Thiel2009-10-281-13/+104
* Fixed bug when listing remotes - it was based on references which is incorrec...Sebastian Thiel2009-10-281-9/+2
* FetchInfo class is not a subclass of Remote class anymore, as more classes ar...Sebastian Thiel2009-10-281-137/+137
* IterableList: added support for prefix allowing remote.refs.master constructs...Sebastian Thiel2009-10-281-5/+14
* tag handling tests finished, unfortunately there is not yet a rejected case, ...Sebastian Thiel2009-10-281-0/+8
* Implemented handling of FETCH_HEAD and tags, some test cases still missing de...Sebastian Thiel2009-10-271-22/+65
* Added special cases to test that shows we cannot yet:Sebastian Thiel2009-10-271-1/+1
* Added remote stale_refs property including test, tested new remote branch han...Sebastian Thiel2009-10-271-1/+21
* Added non-fast forward test case, fixed parsing issue caused by initial line ...Sebastian Thiel2009-10-271-2/+1
* implemented test for rejection handling and fixed a bug when parsing remote r...Sebastian Thiel2009-10-271-8/+31
* Added testing frame for proper fetch testing to be very sure this works as ex...Sebastian Thiel2009-10-271-13/+60
* put _make_file helper method into TestBase classSebastian Thiel2009-10-271-6/+39
* remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-1/+61
* remote.refs now returns an IterableList allowing easier access to the remotes...Sebastian Thiel2009-10-211-2/+2
* Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel2009-10-201-1/+1
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-191-0/+1
* commit.count: is an instance method nowSebastian Thiel2009-10-191-3/+3
* remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-191-1/+4
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-16/+52