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
2019-01-17references: use new names in internal usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-20local: fix a leaking reference when iterating over a symrefEtienne Samson
2018-04-06transports: local: fix assert when fetching into repo with symrefsPatrick Steinhardt
2018-01-12transports: local: fix memory leak in reference walkPatrick Steinhardt
2017-12-30Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-02-13repository: use `git_repository_item_path`Patrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-20Don't fetch objects we don't need in local transport.Chris Hescock
2016-04-19proxy: ask the user for credentials if necessaryCarlos Martín Nieto
2015-05-14local: plug a leak in the progress reportingCarlos Martín Nieto
2015-05-13Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson
2015-05-13local: send the packbuilder progress via the sidebandCarlos Martín Nieto
2015-05-13local: use the packbuilder to pushCarlos Martín Nieto
2015-05-13local: add clarification for non-bare push restrictionCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-03-17local: recusrively insert non-branch objects into the packfileCarlos Martín Nieto
2015-03-17Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson
2015-03-11local: create pack with multiple threadsCarlos Martín Nieto
2015-03-11local: let the packbuilder perform smarter object insertionCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-29Plug some leaksJacques Germishuys
2014-12-16local: send 'counting objects' outputCarlos Martín Nieto
2014-11-23local: adjust to the common refspec parserCarlos Martín Nieto
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-09push: use the common refspec parserCarlos Martín Nieto
2014-06-03clone: re-use the local transport's path resolutionCarlos Martín Nieto
2014-05-22Plug leaks and fix a C99-ismCarlos Martín Nieto
2014-05-21local transport: expose the symref dataCarlos Martín Nieto
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-03-07local transport: catch double-opensCarlos Martín Nieto
2014-01-19Factor out code to convert local "url" into a path.Graham Dennis
2014-01-18Fix local push to file:// URL.Graham Dennis
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-09-05Provide better errors for push on non-bare local remotesBen Straub
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-06-25Make sure we don't leak memory again.Arthur Schreiber
2013-06-25Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber
2013-06-24Fix a leak in the local transport code.Arthur Schreiber
2013-05-16Fix trailing whitespacesnulltoken
2013-05-15Unify whitespaces to tabsLinquize