summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leaksRussell Belfer2013-06-101-1/+3
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-031-39/+13
|\
| * ...Aaaand this worksVicent Marti2013-05-301-4/+1
| * Liike thisVicent Marti2013-05-281-36/+13
* | Proposal to handle default value (auto = 0)yorah2013-05-301-6/+1
* | remote: make default tag retrieving behaviour consistentyorah2013-05-301-6/+5
|/
* Fetch should not fail when remote HEAD reference is not present locallyJameson Miller2013-05-151-13/+0
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-14/+19
|\
| * Move a couple more functions to use iteratorsCarlos Martín Nieto2013-05-111-13/+19
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+0
* | Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí2013-05-091-1/+1
|\ \
| * | Fix win32 type warningsRussell Belfer2013-05-071-1/+1
* | | remote: correctly interpret tagopt '--tags'Carlos Martín Nieto2013-05-071-10/+18
|/ /
* | Factor out some code that needed to clear errorsRussell Belfer2013-05-011-43/+42
|/
* Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí2013-04-301-1/+1
|\
| * Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* | remote: fix a leak when dwim'ing refspecsCarlos Martín Nieto2013-04-301-0/+1
* | remote: add resfpec list accessorsCarlos Martín Nieto2013-04-301-0/+26
* | remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto2013-04-281-9/+85
|/
* refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-45/+19
* remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-2/+50
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-149/+236
* remote: don't try to update FETCH_HEAD if no extra heads existCarlos Martín Nieto2013-04-161-0/+4
* Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-151-5/+0
* branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-301-1/+1
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-2/+4
* remote: Introduce git_remote_is_valid_name()nulltoken2013-02-111-14/+22
* Vector improvements and their falloutPhilip Kelley2013-01-271-2/+1
* clone: Prevent segfault upon faulted remote creationnulltoken2013-01-251-3/+6
* Kill vestigal dangling-remote codeBen Straub2013-01-111-13/+0
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove `inmem` flag, use NULL name insteadBen Straub2013-01-021-4/+3
* Move `url` to last place in parameter listBen Straub2013-01-021-1/+1
* Fix GCC static/non-static compile errorBen Straub2012-12-271-23/+22
* remote: Prevent create() from blindly overwritingnulltoken2012-12-241-5/+5
* Fix indentationsnulltoken2012-12-241-8/+8
* In-memory remotes don't have namesBen Straub2012-12-211-2/+7
* Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-201-46/+47
* Rename remote creation APIsBen Straub2012-12-201-3/+3
* Define constant for default fetch specBen Straub2012-12-131-1/+1
* Convert clone to use dangling remotesBen Straub2012-12-121-5/+15
* API to set a dangling remote's repositoryBen Straub2012-12-121-0/+13
* Allow creation of dangling remotesBen Straub2012-12-121-35/+47
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-4/+5
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-1/+7
|\
| * Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-28/+2
| * Deploy versioned git_transport structureBen Straub2012-11-301-0/+15
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+18
* | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-26/+41
|/