summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Set new multivar values using unmatcheable regexp.Daniel Rodríguez Troitiño2013-11-011-1/+4
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-2/+4
* The "common.h" should be included before "config.h".Cheng Zhao2013-10-281-0/+1
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-2/+2
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+18
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-12/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-5/+2
* Remove regex usage from places that don't need itRussell Belfer2013-09-231-29/+15
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-2/+2
|\
| * Fix warningLinquize2013-09-191-2/+2
* | No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
|/
* Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsingVicent Martí2013-08-281-11/+35
|\
| * remote: Make git_remote_list() detect pushurlnulltoken2013-08-271-2/+4
| * remote: Relax the parsing logic even morenulltoken2013-08-271-8/+25
| * remote: Don't parse missing urls as empty stringsnulltoken2013-08-271-1/+1
| * remote: Warn the user when connecting with no urlnulltoken2013-08-271-1/+4
| * remote: Assert proper GIT_DIRECTION_XXXX valuesnulltoken2013-08-271-0/+2
* | Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-281-1/+1
|\ \ | |/ |/|
| * config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-1/+1
* | Merge pull request #1780 from phkelley/developmentVicent Martí2013-08-141-2/+27
|\ \
| * | Respect GIT_SSL_NO_VERIFY and http.sslVerifyPhilip Kelley2013-08-131-2/+27
| |/
* | remote: relax the url rulesCarlos Martín Nieto2013-08-141-6/+0
|/
* Add `git_remote_owner`Etienne Samson2013-07-151-0/+6
* 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