summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosAaron Franke2021-02-151-3/+3
* remote: don't update invalid refsEdward Thomson2021-01-071-0/+10
* remote: use GIT_ASSERTEdward Thomson2020-11-271-36/+45
* buffer: git_buf_sanitize should return a valueEdward Thomson2020-11-251-3/+7
* remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-251-8/+14
* remote: use git_remote_name_is_validEdward Thomson2020-10-251-2/+4
* refs: introduce git_remote_name_is_validEdward Thomson2020-10-251-7/+25
* refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-5/+1
* refs: use git_reference_name_is_validEdward Thomson2020-10-251-3/+10
* remote: update the default remote branchEdward Thomson2020-08-031-14/+27
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* tree-wide: mark local functions as staticPatrick Steinhardt2020-06-091-2/+2
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-1/+1
* 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/+6
|/
* remote: remove unused block of codePatrick Steinhardt2019-08-021-29/+0
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-21/+43
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-46/+46
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-4/+4
* remote: remove static create_internal functionEtienne Samson2018-11-021-10/+5
* remote: lower the default vector size to 8Etienne Samson2018-11-021-1/+1
* remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-4/+17
* remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-1/+1
* remote: provide a generic API for creating remotesEtienne Samson2018-11-021-39/+74
* remote: merge if-statementsEtienne Samson2018-11-021-5/+4
* remote: add a helper for generating the default fetchspecEtienne Samson2018-11-021-5/+11
* remote: move static methodEtienne Samson2018-11-021-23/+20
* Merge pull request #4794 from marcin-krystianc/mkrystianc/prune_perfPatrick Steinhardt2018-09-211-1/+1
|\
| * git_remote_prune to be O(n * logn)Marcin Krystianc2018-09-021-1/+1
* | remote: store the connection data in a private structEtienne Samson2018-09-071-15/+23
|/
* remote: set the error before cleanupEtienne Samson2018-08-211-2/+2
* refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-7/+7
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-33/+33
* remote: repo is optional hereEtienne Samson2018-04-201-1/+1
* remote: append to FETCH_HEAD rather than overwrite for each refspecCarlos Martín Nieto2017-12-261-0/+17
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-2/+2
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* | remote: add function to create detached remotesEric Myhre2017-05-051-7/+17
* | remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+17
* | remote: improve error message if no URL is setPatrick Steinhardt2017-05-051-1/+3
|/
* remote: free the config snapshotEdward Thomson2017-05-011-8/+8
* Merge branch 'pr/4225'Edward Thomson2017-05-011-1/+1
|\
| * Allow NULL refspec in git_remote_pushYichao Yu2017-04-291-1/+1
* | Do not free config when creating remoteYichao Yu2017-04-291-1/+0
|/
* Fixing a code style issueChristopher Bargren2017-02-101-3/+2
* Addressing PR feedback Christopher Bargren2017-02-081-12/+5
* Add support for lowercase proxy environment variablesChristopher Bargren2017-02-081-0/+12