libgit2/tests-clar/refs
Carlos Martín Nieto 4330ab26b5 remote: handle multiple refspecs
A remote can have a multitude of refspecs. Up to now our git_remote's
have supported a single one for each fetch and push out of simplicity
to get something working.

Let the remotes and internal code know about multiple remotes and get
the tests passing with them.

Instead of setting a refspec, the external users can clear all and add
refspecs. This should be enough for most uses, though we're still
missing a querying function.
2013-04-20 17:54:13 +02:00
..
branches remote: handle multiple refspecs 2013-04-20 17:54:13 +02:00
reflog immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
crashes.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
create.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
delete.c alloc doesn't take a refdb; git_refdb_free nicely in the tests 2013-04-19 18:43:17 -05:00
foreachglob.c tag: Fix parsing when no tagger nor message 2013-03-31 14:36:51 +02:00
isvalidname.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
list.c Tests: Add 3 tags to resources/testrepo. 2012-09-23 01:02:07 +02:00
listall.c Seperate out a new test that verifies packed-refs with no trailing newline 2013-01-22 16:01:03 -08:00
lookup.c refs: explicitly catch leading slashes 2013-03-07 16:38:44 +01:00
normalize.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
overwrite.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
pack.c alloc doesn't take a refdb; git_refdb_free nicely in the tests 2013-04-19 18:43:17 -05:00
peel.c object: refine git_object_peel() error report 2012-12-01 08:34:29 +01:00
read.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
ref_helpers.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
ref_helpers.h immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
rename.c alloc doesn't take a refdb; git_refdb_free nicely in the tests 2013-04-19 18:43:17 -05:00
revparse.c git_revision -> git_revspec 2013-04-15 23:40:46 +02:00
setter.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
unicode.c Use cl_assert_equal_s() instead of strcmp(). 2013-01-25 06:55:56 +01:00
update.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00