summaryrefslogtreecommitdiff
path: root/tests/network/remote/local.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-483/+0
* Add a branch with a empty reflog into testrepo.gitYoichi Nakayama2021-10-221-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-9/+8
* smart: use push_glob instead of manual filteringEtienne Samson2019-08-211-3/+3
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* tests: network: add missing include for `git_repository_new`Patrick Steinhardt2017-06-131-0/+1
* remote: ensure we can create an anon remote on inmemory repoethomson/config_for_inmemory_repoEdward Thomson2017-06-121-0/+16
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-4/+4
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-4/+4
* remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-281-5/+5
* tests: don't push to our resourcescmn/local-push-messageCarlos Martín Nieto2015-05-131-2/+2
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-1/+0
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-131-14/+10
* remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-131-3/+3
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-27/+20
* push: remove reflog message overrideCarlos Martín Nieto2015-03-031-2/+2
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-26/+15
* remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-301-21/+14
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-4/+0
* Fix broken test suite on WindowsLinquize2014-12-071-3/+2
* remote: add test for pushing and deleting with the local transportCarlos Martín Nieto2014-11-231-0/+34
* Plug leaksCarlos Martín Nieto2014-11-231-0/+2
* Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson2014-11-171-0/+35
|\
| * Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+35
* | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-171-3/+3
|\ \ | |/ |/|
| * push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-3/+3
* | Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour2014-11-091-1/+1
|/
* remote: fix tagopt testCarlos Martín Nieto2014-11-021-7/+7
* remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-301-0/+21
* remote: use active refspec override in the testsCarlos Martín Nieto2014-09-301-25/+66
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-9/+9
* git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+11
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-4/+4
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-0/+28
* Add reflog parameters to remote apisBen Straub2014-02-041-6/+61
* MSVC doesn't like modern codeCarlos Martín Nieto2014-01-271-1/+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
* Rename tests-clar to testsBen Straub2013-11-141-0/+234