summaryrefslogtreecommitdiff
path: root/push.go
AgeCommit message (Collapse)Author
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-13Add the new callbacks for Remote.Push()Carlos Martín Nieto
This unifies the types with the Push struct, in preparation for its deletion.
2014-12-13Update to masterCarlos Martín Nieto
This deprecates the Push struct in favour of Remote.Push()
2014-12-11Remove useless includesCarlos Martín Nieto
2014-03-11fix return for old go versions / travisJesse Ezell
2014-03-11cleanup clone codeJesse Ezell
2014-02-28fix handling of msg to treat empty str as nilJesse Ezell
2014-02-27add push, refine remotesJesse Ezell