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 full class name in public error APIEdward Thomson
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-05-07docs: standardize struct git_*_options commentsEtienne Samson
2018-05-07docs: standardize comment block for git_*_init_options functionsEtienne Samson
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-07-02clone: remote git_clone_into{,_local} from the public APICarlos Martín Nieto
2014-07-02clone: add a callback for repository creationCarlos Martín Nieto
2014-06-27Improvements to git_transport extensibilityPhilip Kelley
2014-06-11remote: update documentationCarlos Martín Nieto
2014-05-28clone: allow for linking in local cloneCarlos Martín Nieto
2014-05-28clone: add flag not to linkCarlos Martín Nieto
2014-05-28clone: add flags to override whether to perform a local cloneCarlos Martín Nieto
2014-05-28clone: perform a "local clone" when given a local pathCarlos Martín Nieto
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-01-31Augment clone API with reflog parametersBen Straub
2013-12-11Update clone doc and tests for callback return valRussell Belfer
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02clone: mention clone_into in the clone documentationCarlos Martín Nieto
2013-10-02clone: re-allow using a custom remote nameCarlos Martín Nieto
2013-10-02clone: const-ify checkout optionsCarlos Martín Nieto
2013-10-02clone: re-add a way to ignore certificate errorsCarlos Martín Nieto
2013-10-02clone: remove more options from basic cloneCarlos Martín Nieto
2013-10-02clone: remove the autotag optionCarlos Martín Nieto
2013-10-02clone: implement git_clone_intoCarlos 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-16git_clone supports optional init_optionsLinquize
2013-05-31Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly
2013-03-19clone: fix param commentCarlos Martín Nieto
2013-02-07Clone: fetch all tagsBen Straub
2013-01-12Default git_clone_options' checkout strategy to GIT_CHECKOUT_SAFE_CREATESascha Cunz
2013-01-11Implement analog for 'git checkout --branch xxx ...'Sascha Cunz
2013-01-09update copyrightsEdward Thomson
2013-01-03Include checkout options inlineBen Straub
2012-12-20Add more clone options. Push test suite segfaults.Ben Straub
2012-12-15Move non-options back out of options structBen Straub
2012-12-15Deploy git_clone_options; remove git_clone_bareBen Straub
2012-12-15Introduce git_clone_optionsBen Straub
2012-12-13Convert clone to use dangling remotesBen Straub
2012-11-28More external API cleanupVicent Marti
2012-10-25Network progress: rename thingsBen Straub
2012-10-23Update doc strings, warn about callback perfBen Straub
2012-10-20Clone: in-line callbacks for progressBen Straub
2012-10-20Remove checkout_stats from git_cloneBen Straub
2012-10-20Clone: fix indentationBen Straub