summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
Commit message (Expand)AuthorAgeFilesLines
* 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