summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
Commit message (Expand)AuthorAgeFilesLines
* clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-53/+0
* clone: add a callback for repository creationCarlos Martín Nieto2014-07-021-3/+36
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-13/+41
* remote: update documentationCarlos Martín Nieto2014-06-111-18/+60
* clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-0/+4
* clone: add flag not to linkCarlos Martín Nieto2014-05-281-0/+1
* clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-281-0/+7
* clone: perform a "local clone" when given a local pathCarlos Martín Nieto2014-05-281-0/+25
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-10/+9
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-3/+3
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Augment clone API with reflog parametersBen Straub2014-01-301-1/+6
* Update clone doc and tests for callback return valRussell Belfer2013-12-111-24/+33
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-2/+2
* clone: mention clone_into in the clone documentationCarlos Martín Nieto2013-10-021-2/+5
* clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-17/+5
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-021-1/+1
* clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-021-0/+1
* clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-7/+0
* clone: remove the autotag optionCarlos Martín Nieto2013-10-021-3/+0
* clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-0/+16
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-5/+0
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-2/+0
* git_clone supports optional init_optionsLinquize2013-09-161-0/+1
* Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-311-0/+3
* clone: fix param commentCarlos Martín Nieto2013-03-191-1/+1
* Clone: fetch all tagsBen Straub2013-02-061-1/+1
* Default git_clone_options' checkout strategy to GIT_CHECKOUT_SAFE_CREATESascha Cunz2013-01-121-1/+1
* Implement analog for 'git checkout --branch xxx ...'Sascha Cunz2013-01-111-0/+3
* update copyrightsEdward Thomson2013-01-081-1/+1
* Include checkout options inlineBen Straub2013-01-021-4/+4
* Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-3/+32
* Move non-options back out of options structBen Straub2012-12-141-8/+10
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-38/+8
* Introduce git_clone_optionsBen Straub2012-12-141-0/+33
* Convert clone to use dangling remotesBen Straub2012-12-121-4/+4
* More external API cleanupVicent Marti2012-11-271-2/+2
* Network progress: rename thingsBen Straub2012-10-241-2/+2
* Update doc strings, warn about callback perfBen Straub2012-10-231-3/+8
* Clone: in-line callbacks for progressBen Straub2012-10-191-2/+4
* Remove checkout_stats from git_cloneBen Straub2012-10-191-1/+0
* Clone: fix indentationBen Straub2012-10-191-10/+12
* clone: Explicit support of no-checkout optionnulltoken2012-10-151-3/+6
* Add documentation for clone methods.Ben Straub2012-07-311-2/+3
* Add checkout.h to git2.h.Ben Straub2012-07-311-2/+2
* Restructure for better checkout optionsBen Straub2012-07-261-4/+14
* Add progress reporting to clone.Ben Straub2012-06-211-3/+6
* Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+45