summaryrefslogtreecommitdiff
path: root/tests/network/remote
Commit message (Expand)AuthorAgeFilesLines
...
* git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+11
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-26/+4
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-1/+1
* remote: failing test for renaming with a symrefCarlos Martín Nieto2014-06-061-0/+48
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-37/+53
* remote: failing test for renameCarlos Martín Nieto2014-06-061-0/+30
* Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-301-0/+9
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+50
* remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+8
* remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+57
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-013-9/+9
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-0/+28
* Add reflog parameters to remote apisBen Straub2014-02-041-6/+61
* Don't strcmp a git_buf, strcmp its char *Edward Thomson2014-01-291-1/+1
* Merge pull request #2077 from libgit2/cmn/buf-outVicent Marti2014-01-271-14/+7
|\
| * refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-14/+7
* | MSVC doesn't like modern codeCarlos Martín Nieto2014-01-271-1/+2
|/
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-0/+2
* Fix a compile warning.Graham Dennis2014-01-181-1/+1
* Add test for pushing to a local file:// URL.Graham Dennis2014-01-181-0/+40
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+21
* Rename tests-clar to testsBen Straub2013-11-145-0/+972