libgit2/tests/online
Carlos Martín Nieto d4256ed554 ssh: provide a factory function for setting ssh paths
git allows you to set which paths to use for the git server programs
when connecting over ssh; and we want to provide something similar.

We do this by providing a factory function which can be set as the
remote's transport callback which will set the given paths upon
creation.
2014-07-07 14:51:51 +02:00
..
clone.c ssh: provide a factory function for setting ssh paths 2014-07-07 14:51:51 +02:00
fetch.c remote: expose the remote's symref mappings 2014-05-21 12:12:32 +02:00
fetchhead.c Add reflog parameters to remote apis 2014-02-04 20:38:13 -08:00
push_util.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
push_util.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
push.c Verify update_tips callbacks in push test cases 2014-04-21 19:38:34 +02:00