summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
...
| * remote: use git_branch_upstream_remote()Carlos Martín Nieto2014-11-081-7/+8
* | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-4/+4
|/
* Merge pull request #2682 from libgit2/cmn/fetch-tags-refspecEdward Thomson2014-11-061-0/+1
|\
| * remote: check the relevance of the refspec when updating FETCH_HEADcmn/fetch-tags-refspecCarlos Martín Nieto2014-11-031-0/+1
* | git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-031-1/+1
* | remote: unify the creation codecmn/remote-unifyCarlos Martín Nieto2014-11-021-21/+2
|/
* Fixed potential crash with uninitialized variablesPierre-Olivier Latour2014-10-271-1/+1
* Remove unused warning on non-win32Edward Thomson2014-10-261-1/+1
* Clean up some memory leaksEdward Thomson2014-10-261-0/+1
* remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-25/+21
* Remote paths: canonicalize UNC paths on Win32Edward Thomson2014-10-221-4/+26
* 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
|\ \