summaryrefslogtreecommitdiff
path: root/push_test.go
AgeCommit message (Collapse)Author
2015-04-24tests: always clean up temporary repository dirsPatrick Steinhardt
Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories.
2015-01-04Update to libgit2 masterCarlos Martín Nieto
This gets rid of the Push object. All network now goes through the Remote object.
2014-12-13Update to masterCarlos Martín Nieto
This deprecates the Push struct in favour of Remote.Push()
2014-04-02make it possible to handle errorsJesse Ezell
2014-03-19Clean up after the testsCarlos Martín Nieto
2014-02-27add push, refine remotesJesse Ezell