summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-2/+2
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-8/+26
* Add some missing const declarations.Arthur Schreiber2014-01-261-7/+7
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* We don't need memset here.Arthur Schreiber2014-01-141-2/+0
* Don't duplicate state that's only used when fetching.Arthur Schreiber2014-01-141-1/+0
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+41
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-2/+2
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-2/+4