summaryrefslogtreecommitdiff
path: root/src/clone.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-20/+2
* clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-15/+63
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-2/+0
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-2/+1
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* clone: Anal as fuckVicent Marti2013-09-161-2/+1
* git_clone supports optional init_optionsLinquize2013-09-161-3/+11
* Make refspec_transform paranoid about argumentsRussell Belfer2013-07-011-2/+2
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-031-1/+1
|\
| * What are the chances, reallyVicent Marti2013-05-291-1/+1
* | Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí2013-05-311-0/+4
|\ \
| * | Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-311-0/+4
| |/
* | Proposal to handle default value (auto = 0)yorah2013-05-301-1/+0
|/
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-1/+0
|\
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+0
* | clone: fix -Wmaybe-uninitialized warningMichael Schubert2013-05-101-1/+1
* | Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí2013-05-061-13/+4
|\ \
| * | fix typoRussell Belfer2013-05-011-1/+1
| * | Simplify error reportingRussell Belfer2013-05-011-13/+4
| |/
* | Do not write tagopt configuration option on clone by defaultJameson Miller2013-05-041-25/+35
|/
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-3/+3
* Clone: replace fetch spec with custom valueBen Straub2013-04-231-3/+5