summaryrefslogtreecommitdiff
path: root/lib/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-191-0/+186