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
2014-11-09push: use the common refspec parserCarlos Martín Nieto
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-04-21Fire update_tips callback also for pushes.Jacques Germishuys
2014-04-21It is safe to free() a NULL pointerJacques Germishuys
2014-04-03Const correctness!Jacques Germishuys
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-05Add reflog parameters to git_push_update_tipsBen Straub
2014-01-27refspec: move to git_buf for outputting stringsCarlos Martín Nieto
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Some callback error check style cleanupsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Add git_vector_free_allRussell Belfer
2013-12-11Further EUSER and error propagation fixesRussell Belfer
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