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
2015-07-13Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-07-12examples: modernise the fetch exampleCarlos Martín Nieto
2015-06-30examples: clean up some warningsEdward Thomson
2015-05-28remote: remove fetch parameter from create_anonymousCarlos Martín Nieto
2015-05-13examples: show the sideband progress on cloneCarlos Martín Nieto
2015-05-13examples: adjust to the new remote APICarlos Martín Nieto
2015-05-02Restructured to be nicer exampleTomas Paladin Volf
2015-04-30Added call to git_libgit2_shutdown()Tomas Paladin Volf
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27example: drop `SAFE_CREATE` from clone exampleEdward Thomson
2015-01-10clone example: don't divide by zeroEdward Thomson
2014-11-09Rename git_threads_ to git_libgit2_Carlos Martín Nieto
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-16Fix typoLinquize
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-04-01remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-02-25- BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha
2014-02-06Fix a few references to changed function signaturesBen Straub
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-07update example to new packfile creation signatureEdward Thomson
2013-11-05Fix warningsBen Straub
2013-11-01Merge pull request #1916 from libgit2/simplify-examplesVicent Martí
2013-11-01Fix typosBen Straub
2013-11-01A few formatting changes for roccoCarlos Martín Nieto
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-23indexer: include the delta statsCarlos Martín Nieto
2013-10-23examples: show used local objects in fetchCarlos Martín Nieto
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-01Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski
2013-09-01Removing unneeded code duplication in ls-remote.cKrzysztof Adamski
2013-04-23examples: init the threading systemCarlos Martín Nieto
2013-04-09Fix clang warnings and improve checksRussell Belfer
2013-03-20Fix link issue in network exampleslionel vitte
2013-02-26Give props to Martin PoolMartin Woodward
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-01-31Add user-from-url param to auth callbackBen Straub
2013-01-24update examples to work on windowsEdward Thomson
2013-01-10Don't call pthread_exit() in the callback.Sebastian Bauer
2013-01-03Include checkout options inlineBen Straub
2013-01-03Move `url` to last place in parameter listBen Straub
2012-12-27Fix warnings in exampleBen Straub
2012-12-22Fix examplesBen Straub