mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 08:24:34 +00:00
Add test commit containing subtrees and files
This commit is contained in:
parent
a41e9f131e
commit
b3f993e287
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tests/resources/testrepo.git/refs/heads/subtrees
Normal file
BIN
tests/resources/testrepo.git/refs/heads/subtrees
Normal file
Binary file not shown.
@ -1004,10 +1004,10 @@ BEGIN_TEST(list0, "try to list all the references in our test repo")
|
||||
printf("# %s\n", ref_list.strings[i]);
|
||||
}*/
|
||||
|
||||
/* We have exactly 8 refs in total if we include the packed ones:
|
||||
/* We have exactly 9 refs in total if we include the packed ones:
|
||||
* there is a reference that exists both in the packfile and as
|
||||
* loose, but we only list it once */
|
||||
must_be_true(ref_list.count == 8);
|
||||
must_be_true(ref_list.count == 9);
|
||||
|
||||
git_strarray_free(&ref_list);
|
||||
git_repository_free(repo);
|
||||
|
Loading…
Reference in New Issue
Block a user