summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-2/+0
* remote: handle symrefs when renamingCarlos Martín Nieto2014-06-061-10/+39
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-15/+25
* remote: make sure the name stays valid on renameCarlos Martín Nieto2014-06-061-3/+6
* remote: remove rename code for anonymous remotesCarlos Martín Nieto2014-06-061-42/+11
* remote: tighten up reference renamingcmn/remote-rename-fixesCarlos Martín Nieto2014-06-061-7/+9
* Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti2014-06-031-0/+1
|\
| * Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-301-0/+1
* | remote: build up the list of refs to removecmn/remote-deleteCarlos Martín Nieto2014-06-011-8/+34
|/
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+47
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-3/+145
|\
| * remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+54
| * remote: move branch upstream deletion to use an iteratorCarlos Martín Nieto2014-04-301-57/+38
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-3/+114
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-2/+3
|\ \
| * | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+2
| * | Use config snapshottingCarlos Martín Nieto2014-04-181-2/+6
* | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* | | Check for NULL before passing it to vsnprintfJacques Germishuys2014-04-301-1/+1
| |/ |/|
* | Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-2/+2
|\ \
| * | Rename progress callback to sideband_progressJacques Germishuys2014-04-211-2/+2
| |/
* | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-221-0/+7
|/
* Merge pull request #2215 from libgit2/rb/submodule-cache-fixesVicent Marti2014-04-041-51/+35
|\
| * Fix git_submodule_sync and add new config helperRussell Belfer2014-04-011-51/+35
* | remote: mark branch for-merge even if we're unbornCarlos Martín Nieto2014-04-021-7/+20
|/
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-4/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* 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
|/