summaryrefslogtreecommitdiff
path: root/src/clone.c
Commit message (Expand)AuthorAgeFilesLines
* remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-2/+2
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-3/+9
* Clone should not delete directories it did not createJameson Miller2013-03-011-1/+10
* Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-2/+2
|\
| * Allow progress callback to cancel fetchBen Straub2013-02-051-2/+2
* | Clone: fetch all tagsBen Straub2013-02-061-0/+1
|/
* Fix fail clone local repo which head detatchedFrank Li2013-01-271-2/+4
* Add missing git_buf_freeSascha Cunz2013-01-111-0/+1
* Implement analog for 'git checkout --branch xxx ...'Sascha Cunz2013-01-111-1/+31
* Fix possible free'ing of unitialized pointer in error caseSascha Cunz2013-01-111-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Merge pull request #1196 from scunz/allow_clone_without_master_branchVicent Martí2013-01-061-10/+16
|\
| * Allow to clone repositories that don't have a `master` branchSascha Cunz2013-01-061-10/+16
* | clone: Fix a memory leaknulltoken2013-01-061-0/+1
|/
* Oh yeah, bugs from my rebaseRussell Belfer2013-01-041-1/+1
* Include checkout options inlineBen Straub2013-01-021-2/+5
* Rename remote creation APIsBen Straub2012-12-201-1/+1
* Initialize variableBen Straub2012-12-191-2/+2
* Clone: trust but verifyBen Straub2012-12-191-0/+3
* Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-47/+78
* Move non-options back out of options structBen Straub2012-12-141-5/+12
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-34/+10
* Stop premature remote freeing when cloningBen Straub2012-12-131-1/+0
* Convert clone to use dangling remotesBen Straub2012-12-121-12/+11
* API updates for remote.hBen Straub2012-11-271-1/+1
* More external API cleanupVicent Marti2012-11-271-5/+5
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-1/+1
|\
| * Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-1/+1
* | create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+6
|/
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-4/+16
* Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-2/+1
* Network progress: rename thingsBen Straub2012-10-241-4/+4
* Clone: in-line callbacks for progressBen Straub2012-10-191-11/+18
* Fix clone.c's indentationBen Straub2012-10-191-9/+11
* Fetch/indexer: progress callbacksBen Straub2012-10-191-1/+1
* Remove checkout_stats from git_cloneBen Straub2012-10-191-4/+0
* Convert checkout_* to use progress callbackBen Straub2012-10-191-1/+1
* Convert checkout_index to use progress callbackBen Straub2012-10-191-7/+2
* Add git_indexer_stats field to git_remoteBen Straub2012-10-191-1/+1
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-1/+1
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-1/+1
* | clone: fix detection of remote HEADnulltoken2012-10-151-1/+4
* | clone: Explicit support of no-checkout optionnulltoken2012-10-151-2/+15
|/
* Fix compiler warningsMichael Schubert2012-10-091-1/+1
* clone: fix cloning of empty repositorynulltoken2012-10-081-42/+105
* clone: leverage refspec transformnulltoken2012-10-081-19/+74
* clone: align type casing with conventionnulltoken2012-10-081-8/+8
* clone: deploy git_repository_set_head() usagenulltoken2012-10-071-15/+20
* remote: use constants for well-known namesnulltoken2012-10-071-2/+2