summaryrefslogtreecommitdiff
path: root/lib/git/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sebastian Thiel2009-10-191-0/+1
| | | | simple tests
* commit.count: is an instance method nowSebastian Thiel2009-10-191-3/+3
| | | | | repo: added head , tag and iter_trees methods for completeness changes: headlines now sorted chronologically
* 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
| | | | | config: fixed issue that would cause it to abort reading if the file did not exist - this is valid now Test does not work as the configuration parsing does not work as expected - this must be fixed first
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-191-0/+186