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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-09-07remote: store the connection data in a private structEtienne Samson
2018-06-29refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-12-30Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson
2017-09-11Clear the remote_ref_name buffer in git_push_update_tips()Slava Karpenko
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-20Use git_packbuilder_insert_walk in queue_objects.Chris Hescock
2016-04-19proxy: ask the user for credentials if necessaryCarlos Martín Nieto
2016-03-20tree: re-use the id and filename in the odb objectCarlos Martín Nieto
2015-09-08Tell the git_transport about the custom_headersMatt Burke
2015-05-14push: fix the update constructorCarlos Martín Nieto
2015-05-13push: free the update listCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-13push: remove own copy of callbacksCarlos Martín Nieto
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-03-11Fixed update_tips callback called for failed pushed referencesPierre-Olivier Latour
2015-03-03push: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-12-10push: fold unpack_ok() into finish()Carlos Martín Nieto
2014-11-20Merge pull request #2713 from libgit2/jamill/push_fetch_firstVicent Marti
2014-11-18Update message for error during pushJameson Miller
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