summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
...
| * fetch: remove the prune setterCarlos Martín Nieto2014-12-141-5/+0
| * fetch: perform prune in separate stepsCarlos Martín Nieto2014-12-141-45/+112
| * fetch: prune after updating tipsCarlos Martín Nieto2014-12-141-3/+6
| * Test that prune overlapping works as expected.David Calavera2014-12-141-1/+0
| * remote: prune refs when fetchingLinquize2014-12-141-0/+103
* | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-301-12/+41
|/
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-6/+0
* remote: verify there is a push foreach callback setCarlos Martín Nieto2014-11-231-1/+2
* Plug leaksCarlos Martín Nieto2014-11-231-0/+1
* remote: clarify which list of references _ls() returnsCarlos Martín Nieto2014-11-191-1/+1
* Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson2014-11-181-0/+60
|\
| * remote: use configured push refspecs if none are givencmn/remote-pushCarlos Martín Nieto2014-11-091-3/+13
| * remote: introduce git_remote_push()Carlos Martín Nieto2014-11-091-0/+50
* | Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+4
|/
* Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour2014-11-091-12/+14
* Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-081-25/+37
|\
| * remote: refactor the reference-update decisioncmn/fetchhead-refactorCarlos Martín Nieto2014-11-081-26/+36
| * remote: don't check for upstream on an anonymous remoteCarlos Martín Nieto2014-11-081-0/+1
| * 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