summaryrefslogtreecommitdiff
path: root/tests/libgit2/transport
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions from code reviewlhchavez2022-06-111-1/+1
| | | Co-authored-by: Edward Thomson <ethomson@github.com>
* transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-0/+145
| | | | | | | | | | | 6fc6eeb66c40310086c8f059cae41de69ad4c6da removed `git_transport_smart_proxy_option`, and there was nothing added to replace it. That made it hard for custom transports / smart subtransports to know what remote connect options to use (e.g. proxy options). This change introduces `git_transport_smart_remote_connect_options` to replace it.
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-0/+79
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.