summaryrefslogtreecommitdiff
path: root/src/clone.c
Commit message (Expand)AuthorAgeFilesLines
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-3/+2
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-031-1/+5
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-24/+19
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-2/+2
* clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-021-23/+22
* clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-021-19/+2
* clone: support remotes with references but no branchesCarlos Martín Nieto2014-08-291-2/+19
* Merge pull request #2471 from jacquesg/compatibility-cleanupVicent Marti2014-08-071-0/+3
|\
| * Silence unused variables warningsJacques Germishuys2014-08-051-0/+3
* | clone: should_clone? Of course we should clone. That's not the questionVicent Marti2014-07-161-4/+4
* | Handle local file:/// paths on WindowsEdward Thomson2014-07-111-18/+24
|/
* clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-4/+6
* clone: add a callback for repository creationCarlos Martín Nieto2014-07-021-1/+14
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-8/+23
* clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-031-15/+3
* clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-5/+31
* clone: add flag not to linkCarlos Martín Nieto2014-05-281-1/+1
* clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-281-1/+24
* clone: store the realpath when given a relative oneCarlos Martín Nieto2014-05-281-1/+10
* clone: perform a "local clone" when given a local pathCarlos Martín Nieto2014-05-281-11/+103
* Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-221-1/+2
* clone: get rid of head_infocmn/remote-symrefCarlos Martín Nieto2014-05-211-23/+12
* clone: make use of the remote's default branch guessingCarlos Martín Nieto2014-05-211-67/+17
* Minor fix for cmn/clone-into-mirror.Albert Meltzer2014-05-201-4/+2
* clone: don't error out if the branch already existscmn/clone-into-mirrorCarlos Martín Nieto2014-05-191-0/+4
* clone: duplicate the remoteCarlos Martín Nieto2014-05-191-15/+12
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-9/+4
* clone: don't overwrite original error messageEdward Thomson2014-03-251-0/+5
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-2/+2
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Add reflog parameters to remote apisBen Straub2014-02-041-1/+1
* Enhance testing of signature parametersBen Straub2014-01-301-1/+1
* Augment clone API with reflog parametersBen Straub2014-01-301-13/+23
* Add reflog params to git_branch_createBen Straub2014-01-301-1/+1
* Add reflog params to set-head callsBen Straub2014-01-301-10/+21
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-2/+2
* Update clone doc and tests for callback return valRussell Belfer2013-12-111-1/+2
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-15/+9
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-65/+55
* remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-17/+8
* remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-101-4/+12
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-23/+19
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-2/+1
* clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-021-5/+9
* clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-1/+3
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-021-2/+2
* clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-021-0/+3
* clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-43/+5
* clone: implement git_clone on top of git_clone_intoCarlos Martín Nieto2013-10-021-58/+19
* clone: remove the autotag optionCarlos Martín Nieto2013-10-021-8/+5