libgit2/tests/network/remote
Patrick Steinhardt bee423cc26 tests: network: add missing include for git_repository_new
A newly added test uses the `git_repository_new` function without the
corresponding header file being included. While this works due to the
compiler deducing the correct function signature, we should obviously
just include the function's declaration file.
2017-06-13 11:34:49 +02:00
..
createthenload.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
defaultbranch.c proxy: ask the user for credentials if necessary 2016-04-19 13:54:19 +02:00
delete.c remote: accept a repository and remote name for deletion 2014-09-30 16:09:55 +02:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
local.c tests: network: add missing include for git_repository_new 2017-06-13 11:34:49 +02:00
push.c push: add tests for the push negotiation callback 2015-05-14 10:34:05 +02:00
remotes.c proxy: ask the user for credentials if necessary 2016-04-19 13:54:19 +02:00
rename.c Remove unused static functions 2016-06-21 07:58:33 +02:00