Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-13Fix warningsRussell Belfer
2013-11-12Fix warningsLinquize
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-10-02Support cancellation in push operationJameson Miller
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-08-16push: handle tag chains correctlyCarlos Martín Nieto
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-02Report some errors returnable by pushRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-04-16Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti
2013-04-15Redeploy git_revparse_single.Ben Straub
2013-04-09Deprecate git_revparse_single and _rangelikeBen Straub
2013-03-19Fix dumb mistake in the comparison functionPhilip Kelley
2013-03-19Convert enqueue_object to a functionPhilip Kelley
2013-03-19Reduce the number of unnecessary objects in pushed packsPhilip Kelley
2013-03-12Implemented push on the local transportabepern
2013-02-11Add git_push_options, to set packbuilder parallelismPhilip Kelley
2013-02-09Merge the push report into the refs to avoid a 3rd network callPhilip Kelley
2013-01-22Update remote tips on pushJameson Miller
2013-01-17Don't segfault if transport doesn't support push.Sebastian Bauer
2013-01-09push: properly handle tagsMichael Schubert
2013-01-09Relax refspecs accepted by pushJameson Miller
2013-01-09update copyrightsEdward Thomson
2013-01-04Fix bug in gen_pktline() for deletes of missing remote refsCongyi Wu
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley