summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
Commit message (Expand)AuthorAgeFilesLines
* remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-3/+6
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-2/+3
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-301-2/+3
* | Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber2014-10-101-3/+3
* | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+7
|/
* Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-161-8/+5
|\
| * remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-8/+5
* | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-8/+0
* | Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+8
|/
* Custom transport: minor cleanupsEdward Thomson2014-08-141-15/+0
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-8/+7
* remote: fix rename docsCarlos Martín Nieto2014-06-091-3/+0
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-2/+0
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-3/+5
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+18
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-0/+13
|\
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+13
* | Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-5/+4
|/
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-3/+3
|\
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-3/+3
| * Rename progress callback to sideband_progressJacques Germishuys2014-04-211-1/+1
| * Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-2/+1
| * Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-1/+2
* | transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-221-0/+3
* | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-221-0/+11
|/
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-7/+7
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-1/+2
* Fix terrible indentationBen Straub2014-02-061-1/+1
* Add reflog parameters to remote apisBen Straub2014-02-041-2/+14
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-1/+1
* Add some missing const declarations.Arthur Schreiber2014-01-261-6/+6
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+12
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-0/+19
|\
| * fixing typoVictor Garcia2013-11-081-1/+1
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-081-1/+17
| * adding doc for new param and test to check fetch spec is correctly addedVictor Garcia2013-11-071-1/+3
| * allowing create remote with custom fetch specVictor Garcia2013-11-071-1/+2
* | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-6/+7
* | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-101-10/+27
* | remote: download HEAD when no refspecs are givenCarlos Martín Nieto2013-11-011-1/+1
|/
* Remove leftover function declarationCarlos Martín Nieto2013-10-301-15/+0
* transport: let the progress output return an errorCarlos Martín Nieto2013-10-231-1/+1
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-1/+1
* remote: add some comments to the callback structCarlos Martín Nieto2013-10-021-1/+33
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+11
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-0/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-9/+2
* remote: fix git_remote_download() documentationCarlos Martín Nieto2013-07-231-13/+7
* Add `git_remote_owner`Etienne Samson2013-07-151-0/+8