summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-19/+5
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-301-19/+5
* | Merge pull request #2542 from linquize/fetch-headCarlos Martín Nieto2014-10-101-3/+12
|\ \
| * | When updating FETCH_HEAD, do not treat it as error if the remote of current b...Linquize2014-09-021-3/+12
* | | Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber2014-10-101-1/+1
* | | Fix an uninitialized variableCarlos Martín Nieto2014-10-091-1/+1
* | | remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-301-0/+96
* | | remote: store passive refspecsCarlos Martín Nieto2014-09-301-1/+9
* | | remote: don't DWIM refspecs unnecessarilyCarlos Martín Nieto2014-09-301-19/+3
* | | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-6/+35
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-161-2/+12
|\ \
| * \ Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-151-2/+6
| |\ \
| | * | When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-2/+6
| | |/
| * | remote: short-circuit the default branch check if there is noneCarlos Martín Nieto2014-08-291-0/+3
| * | remote: restrict default branch to branches namespaceCarlos Martín Nieto2014-08-291-0/+3
| |/
* | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-17/+3
* | Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-1/+2
|/
* git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+7
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-8/+18
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-2/+0
* remote: handle symrefs when renamingCarlos Martín Nieto2014-06-061-10/+39
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-15/+25
* remote: make sure the name stays valid on renameCarlos Martín Nieto2014-06-061-3/+6
* remote: remove rename code for anonymous remotesCarlos Martín Nieto2014-06-061-42/+11
* remote: tighten up reference renamingcmn/remote-rename-fixesCarlos Martín Nieto2014-06-061-7/+9
* Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti2014-06-031-0/+1
|\
| * Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-301-0/+1
* | remote: build up the list of refs to removecmn/remote-deleteCarlos Martín Nieto2014-06-011-8/+34
|/
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+47
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-3/+145
|\
| * remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+54
| * remote: move branch upstream deletion to use an iteratorCarlos Martín Nieto2014-04-301-57/+38
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-3/+114
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-2/+3
|\ \
| * | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+2
| * | Use config snapshottingCarlos Martín Nieto2014-04-181-2/+6
* | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* | | Check for NULL before passing it to vsnprintfJacques Germishuys2014-04-301-1/+1
| |/ |/|
* | Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-2/+2
|\ \
| * | Rename progress callback to sideband_progressJacques Germishuys2014-04-211-2/+2
| |/
* | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-221-0/+7
|/
* Merge pull request #2215 from libgit2/rb/submodule-cache-fixesVicent Marti2014-04-041-51/+35
|\
| * Fix git_submodule_sync and add new config helperRussell Belfer2014-04-011-51/+35
* | remote: mark branch for-merge even if we're unbornCarlos Martín Nieto2014-04-021-7/+20
|/
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-4/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Fixed missing error check on call to git_remote_download in git_remote_fetch....Brian Lambert2014-03-051-2/+5
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-1/+12
* Add reflog parameters to remote apisBen Straub2014-02-041-7/+19
* Ensure renaming a reference updates the reflogBen Straub2014-01-301-10/+18