summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing error check on call to git_remote_download in git_remote_fetch....Brian Lambert2014-03-051-2/+5
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-1/+12
* Add reflog parameters to remote apisBen Straub2014-02-041-7/+19
* Ensure renaming a reference updates the reflogBen Straub2014-01-301-10/+18
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-2/+2
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-8/+26
* Add some missing const declarations.Arthur Schreiber2014-01-261-7/+7
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* We don't need memset here.Arthur Schreiber2014-01-141-2/+0
* Don't duplicate state that's only used when fetching.Arthur Schreiber2014-01-141-1/+0
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+41
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-2/+2
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-2/+4
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-61/+33
* Add git_vector_free_allRussell Belfer2013-12-111-12/+2
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-24/+23
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-58/+66
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-37/+26
* Merge pull request #1967 from victorgp/cleaning-code-minor-changeVicent Martí2013-11-191-4/+0
|\
| * cleaning code, removing unused variablesVictor Garcia2013-11-191-4/+0
* | Fix warningsRussell Belfer2013-11-181-3/+3
* | Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-181-27/+44
|/
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-0/+30
|\
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-081-6/+33
| * allowing create remote with custom fetch specVictor Garcia2013-11-071-4/+7
* | remote: let's at least pretend to have some memory safetyCarlos Martín Nieto2013-11-111-3/+27
* | remote: fix a couple of leaksCarlos Martín Nieto2013-11-111-6/+0
* | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-16/+5
* | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-101-20/+56
* | remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-76/+35
* | remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-011-0/+21
|/
* 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
|\ \ | |/ |/|