summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-10/+69
* Typedef enums.Ben Straub2012-11-271-2/+2
* API updates for remote.hBen Straub2012-11-271-16/+16
* Clean up config.hBen Straub2012-11-271-2/+2
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-3/+3
* config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-2/+4
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-1/+1
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-2/+140
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-1/+10
* 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
* Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
* Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-011-53/+76
|\
| * Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-53/+76
* | Ensure that non-error is not propagatedBen Straub2012-10-311-0/+1
* | Fix a couple of warningsMichael Schubert2012-10-301-1/+1
|/
* Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-251-27/+359
|\
| * remote: introduce git_remote_rename()nulltoken2012-10-251-0/+285
| * refspec: introduce git_refspec__serialize()nulltoken2012-10-251-7/+4