libgit2/examples/network
Carlos Martín Nieto fd536d29c1 remote: rename inmemory to anonymous and swap url and fetch order
The order in this function is the opposite to what
create_with_fetchspec() has, so change this one, as url-then-refspec is
what git does.

As we need to break compilation and the swap doesn't do that, let's take
this opportunity to rename in-memory remotes to anonymous as that's
really what sets them apart.
2014-04-01 13:38:04 +02:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
clone.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
common.c Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
common.h Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
fetch.c remote: rename inmemory to anonymous and swap url and fetch order 2014-04-01 13:38:04 +02:00
git2.c examples: init the threading system 2013-04-23 16:21:47 +02:00
index-pack.c update example to new packfile creation signature 2013-11-07 12:00:43 -06:00
ls-remote.c remote: rename inmemory to anonymous and swap url and fetch order 2014-04-01 13:38:04 +02:00
Makefile Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00