libgit2/tests-clar/network/remote
Carlos Martín Nieto 359dce726d remote: make _ls return the list directly
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
2013-11-11 15:35:51 +01:00
..
createthenload.c remote: reorganize tests 2013-02-11 23:19:39 +01:00
isvalidname.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
local.c remote: make _ls return the list directly 2013-11-11 15:35:51 +01:00
remotes.c Fix saving remotes with several fetch/push ref specs. 2013-11-01 00:08:52 +01:00
rename.c remote: reorganize tests 2013-02-11 23:19:39 +01:00