| Commit message (Expand) | Author | Age | Files | Lines |
* | Tried to use shallow repository - this works in case it is remote, but unfort... | Sebastian Thiel | 2009-10-28 | 1 | -2/+17 |
* | Fixed bug when listing remotes - it was based on references which is incorrec... | Sebastian Thiel | 2009-10-28 | 1 | -3/+3 |
* | FetchInfo class is not a subclass of Remote class anymore, as more classes ar... | Sebastian Thiel | 2009-10-28 | 1 | -6/+8 |
* | IterableList: added support for prefix allowing remote.refs.master constructs... | Sebastian Thiel | 2009-10-28 | 1 | -3/+21 |
* | tag handling tests finished, unfortunately there is not yet a rejected case, ... | Sebastian Thiel | 2009-10-28 | 1 | -5/+13 |
* | Implemented handling of FETCH_HEAD and tags, some test cases still missing de... | Sebastian Thiel | 2009-10-27 | 1 | -9/+11 |
* | Added special cases to test that shows we cannot yet: | Sebastian Thiel | 2009-10-27 | 1 | -3/+20 |
* | Added remote stale_refs property including test, tested new remote branch han... | Sebastian Thiel | 2009-10-27 | 1 | -8/+38 |
* | Added non-fast forward test case, fixed parsing issue caused by initial line ... | Sebastian Thiel | 2009-10-27 | 1 | -4/+15 |
* | implemented test for rejection handling and fixed a bug when parsing remote r... | Sebastian Thiel | 2009-10-27 | 1 | -9/+24 |
* | Added testing frame for proper fetch testing to be very sure this works as ex... | Sebastian Thiel | 2009-10-27 | 1 | -8/+42 |
* | put _make_file helper method into TestBase class | Sebastian Thiel | 2009-10-27 | 1 | -2/+9 |
* | Fixed decorator issue that would cause a function to be passed even though th... | Sebastian Thiel | 2009-10-22 | 1 | -14/+13 |
* | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel | 2009-10-21 | 1 | -2/+5 |
* | Implemneted IterableLists for refs, commits and remote objects including simp... | Sebastian Thiel | 2009-10-19 | 1 | -0/+1 |
* | repo.remote method added | Sebastian Thiel | 2009-10-19 | 1 | -0/+1 |
* | remote: added tests for creation and removal, finishing the remote interface | Sebastian Thiel | 2009-10-19 | 1 | -2/+17 |
* | remote: base tests succeed now | Sebastian Thiel | 2009-10-19 | 1 | -1/+6 |
* | Added configuration access including tests to remote | Sebastian Thiel | 2009-10-19 | 1 | -2/+23 |
* | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel | 2009-10-19 | 1 | -0/+48 |