| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clone: fix param comment | Carlos MartÃn Nieto | 2013-03-19 | 1 | -1/+1 |
| | | |||||
| * | Clone: fetch all tags | Ben Straub | 2013-02-06 | 1 | -1/+1 |
| | | |||||
| * | Default git_clone_options' checkout strategy to GIT_CHECKOUT_SAFE_CREATE | Sascha Cunz | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | Implement analog for 'git checkout --branch xxx ...' | Sascha Cunz | 2013-01-11 | 1 | -0/+3 |
| | | |||||
| * | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | Include checkout options inline | Ben Straub | 2013-01-02 | 1 | -4/+4 |
| | | |||||
| * | Add more clone options. Push test suite segfaults. | Ben Straub | 2012-12-19 | 1 | -3/+32 |
| | | |||||
| * | Move non-options back out of options struct | Ben Straub | 2012-12-14 | 1 | -8/+10 |
| | | |||||
| * | Deploy git_clone_options; remove git_clone_bare | Ben Straub | 2012-12-14 | 1 | -38/+8 |
| | | |||||
| * | Introduce git_clone_options | Ben Straub | 2012-12-14 | 1 | -0/+33 |
| | | |||||
| * | Convert clone to use dangling remotes | Ben Straub | 2012-12-12 | 1 | -4/+4 |
| | | |||||
| * | More external API cleanup | Vicent Marti | 2012-11-27 | 1 | -2/+2 |
| | | | | | | | Conflicts: src/branch.c tests-clar/refs/branches/create.c | ||||
| * | Network progress: rename things | Ben Straub | 2012-10-24 | 1 | -2/+2 |
| | | | | | | | | git_indexer_stats and friends -> git_transfer_progress* Also made git_transfer_progress members more sanely named. | ||||
| * | Update doc strings, warn about callback perf | Ben Straub | 2012-10-23 | 1 | -3/+8 |
| | | |||||
| * | Clone: in-line callbacks for progress | Ben Straub | 2012-10-19 | 1 | -2/+4 |
| | | | | | Also implemented in the git2 example. | ||||
| * | Remove checkout_stats from git_clone | Ben Straub | 2012-10-19 | 1 | -1/+0 |
| | | |||||
| * | Clone: fix indentation | Ben Straub | 2012-10-19 | 1 | -10/+12 |
| | | |||||
| * | clone: Explicit support of no-checkout option | nulltoken | 2012-10-15 | 1 | -3/+6 |
| | | |||||
| * | Add documentation for clone methods. | Ben Straub | 2012-07-31 | 1 | -2/+3 |
| | | |||||
| * | Add checkout.h to git2.h. | Ben Straub | 2012-07-31 | 1 | -2/+2 |
| | | | | Also correcting some documentation strings. | ||||
| * | Restructure for better checkout options | Ben Straub | 2012-07-26 | 1 | -4/+14 |
| | | | | | | | * Removed the #define for defaults * Promoted progress structure to top-level API call argument | ||||
| * | Add progress reporting to clone. | Ben Straub | 2012-06-21 | 1 | -3/+6 |
| | | |||||
| * | Add git_clone and git_clone_bare. | Ben Straub | 2012-06-21 | 1 | -0/+45 |
| So far they only create a repo, setup the "origin" remote, and fetch. The API probably needs work as well; there's no way to get progress information at this point. Also uncovered a shortcoming; git_remote_download doesn't fetch over local transport. | |||||
