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-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-04-07describe example: enable building by default.Patrick Steinhardt
2015-03-19examples: add remote example.Patrick Steinhardt
2015-03-03Merge pull request #2808 from libgit2/cmn/repo-identEdward Thomson
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-03-03Merge pull request #2885 from JIghtuse/masterCarlos Martín Nieto
2015-02-27example: drop `SAFE_CREATE` from clone exampleEdward Thomson
2015-02-06describe example: function to add commits to optsBoris Egorov
2015-02-05for-each-ref example: init/shutdown libgit2 in mainBoris Egorov
2015-01-25describe example: fix memory allocation sizeBoris Egorov
2015-01-10clone example: don't divide by zeroEdward Thomson
2014-12-05Spelling fixesWill Stamper
2014-11-21blame: Do not assume blob contents are NULL-terminatedVicent Marti
2014-11-09Rename git_threads_ to git_libgit2_Carlos Martín Nieto
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-10-12describe: add exampleLinquize
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-17Merge pull request #2567 from cirosantilli/factor-41Vicent Marti
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-09-16Fix typoLinquize
2014-09-01Fix warningLinquize
2014-05-28examples/log.c: invert filtering impl and conditionalEoin Coffey
2014-05-23Add support for --grepEoin Coffey
2014-05-23Add --committer option, and break out helper functionEoin Coffey
2014-05-23Add support for --author flag in example log implementationEoin Coffey
2014-05-22Include windows.h on win32 for SleepEdward Thomson
2014-05-08examples: add a basic for-each-ref examplepeff/iconvJeff King
2014-05-01Make examples/status.c compile on WindowsLinquize
2014-04-25Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti
2014-04-22Use git_diff_get_stats in example/diff + refactorRussell Belfer
2014-04-22Some doc and examples/diff.c changesRussell Belfer
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-04-01Add some funny options for debugging statusRussell Belfer
2014-04-01Merge pull request #2228 from mekishizufu/example_short_idVicent Marti
2014-04-01Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti
2014-04-01remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto
2014-04-01examples: Use git_object_short_idJiri Pospisil
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-07Merge pull request #2028 from libgit2/options-namesVicent Marti
2014-03-07Merge pull request #2153 from mekishizufu/tag_exampleRussell Belfer
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-06Merge completed: resolve the conflict with the upstreamSun He
2014-03-05Move all variable declarations to the top of the blockJiri Pospisil
2014-03-05Add tag exampleJiri Pospisil
2014-03-05fix the output format of diffSun He
2014-03-05Add the --shortstat flag to examples/diff.cSun He
2014-03-05examples/diff: Add minimal, patience diff options.Brian Gesiak