summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
Commit message (Expand)AuthorAgeFilesLines
* fetch: remove `unshallow` optionEdward Thomson2023-05-091-9/+13
* shallow: don't default to -1 for depthEdward Thomson2023-05-081-3/+3
* Apply suggestions from code reviewLaurence McGlashan2023-03-101-2/+2
* remove unused apiyuangli2022-08-111-1/+1
* support fetch unshallow option on shallow reposyuangli2022-08-091-1/+8
* refactor git_fetch_option.depth and usageyuangli2022-08-021-1/+3
* remove build errorsyuangli2022-07-291-6/+6
* Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-291-1/+6
|\
| * Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-041-1/+6
* | Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-171-0/+3
|\ \
| * | Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+3
* | | remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-131-0/+45
* | | remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-33/+132
|/ /
* | Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-4/+4
|/
* Fix coding style for pointerpunkymaniac2021-09-091-3/+3
* remote: Mark `git_remote_name_is_valid` as `GIT_EXTERN`lhchavez2021-09-041-1/+1
* remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-0/+10
* remote: introduce git_remote_ready_cbEdward Thomson2021-08-291-0/+17
* remote: introduce set_instance_urlEdward Thomson2021-08-271-3/+25
* Add missing return documentationpunkymaniac2021-07-061-0/+2
* Add missing empty linepunkymaniac2021-07-061-0/+1
* Fix bad char at the end of the wordpunkymaniac2021-07-061-1/+1
* remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-251-8/+0
* refs: introduce git_remote_name_is_validEdward Thomson2020-10-251-0/+9
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-301-1/+1
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-1/+1
* | remote functions: return an intEdward Thomson2020-01-241-2/+4
|/
* docs: More of itEtienne Samson2019-06-261-1/+2
* doc: add missing documentation commentsEtienne Samson2019-06-151-0/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-4/+4
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-0/+20
* remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-251-3/+3
* remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-221-2/+3
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-2/+2
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-5/+5
* remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-0/+3
* remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-0/+11
* remote: provide a generic API for creating remotesEtienne Samson2018-11-021-0/+60
* push: make the parallelism default follow the docsEtienne Samson2018-08-291-1/+1
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-8/+10
* remote/proxy: fix git_transport_certificate_check_db commentCarson Howard2018-03-271-2/+2
* remote: add typedef to normalize push_update_reference callbackCarson Howard2017-10-061-4/+16
* remote: add function to create detached remotesEric Myhre2017-05-051-0/+18
* git_remote_push: document that NULL refspecs allowedEdward Thomson2017-05-011-2/+2
* Fix typo in remote.h APIRemy Suen2017-03-201-1/+1
* Merge pull request #3980 from tiennou/doc-fixesv0.25.0-rc2v0.25.0Carlos Martín Nieto2016-12-201-3/+3
|\
| * remote: fix documentation and indentEtienne Samson2016-11-011-1/+3
| * remote: unused function typedefEtienne Samson2016-11-011-2/+0
* | remote: fix typo in git_fetch_init_options docsJosh Bleecher Snyder2016-12-021-1/+1
|/
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-3/+16