libgit2/tests/resources
Brodie Rao cf7b13f3c3 tag: avoid a double-free when parsing tags without a tagger field
The v0.99 tag in the Git repo triggers this behavior:

http://git.kernel.org/?p=git/git.git;a=tag;h=d6602ec5194c87b0fc87103ca4d67251c76f233a

Ideally, we'd allow the tag to be instantiated even though the tagger
field is missing, but this at the very least prevents libgit2 from
crashing.

To test this bug, a new repository has been added based on the test
branch in testrepo.git. It contains a "e90810b" tag that looks like
this:

    object e90810b8df3e80c413d903f631643c716887138d
    type commit
    tag e90810b

    This is a very simple tag.
2011-10-12 16:06:25 -07:00
..
bad_tag.git tag: avoid a double-free when parsing tags without a tagger field 2011-10-12 16:06:25 -07:00
config config: behave like git with [section.subsection] 2011-10-01 19:58:26 +02:00
empty_bare.git Add empty bare and normal repos to test resources 2011-03-23 00:25:04 +02:00
empty_standard_repo/.gitted Add empty bare and normal repos to test resources 2011-03-23 00:25:04 +02:00
status status: add subdir to test repo 2011-07-09 13:49:50 +02:00
testrepo.git commit: properly parse empty commit messages 2011-10-12 15:14:25 -07:00
.gitattributes Mark the resources in the test folder as binary to prevent unexpected line-feed conversion 2011-09-15 01:13:50 +02:00
.gitignore Tests: Added tests for git_repository_discover. 2011-06-05 00:23:24 +02:00
big.index Add unit test for writing a big index file 2011-02-22 15:19:35 +02:00
gitgit.index Move test resources to a common directory 2010-08-12 18:49:04 +02:00