diff options
| author | Vicent Martà <vicent@github.com> | 2012-09-25 14:52:24 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2012-09-25 14:52:24 -0700 |
| commit | 31d22037a63443c415462bed76dffda5d3c2de2c (patch) | |
| tree | 012c9709127fabce01b64a55d41538839bab3639 /tests-clar/resources | |
| parent | 3f7c5497c3c93431f01e7f892c71f71f7ef6e655 (diff) | |
| parent | 8469219e3792fd19d8f6ca5ca6f978928fcb8dc7 (diff) | |
| download | libgit2-31d22037a63443c415462bed76dffda5d3c2de2c.tar.gz | |
Merge pull request #944 from scunz/list_tags
Tags: teach git_tag_list not to include the 'refs/tags/' prefix
Diffstat (limited to 'tests-clar/resources')
| -rw-r--r-- | tests-clar/resources/testrepo/.gitted/packed-refs | 1 | ||||
| -rw-r--r-- | tests-clar/resources/testrepo/.gitted/refs/tags/foo/bar | 1 | ||||
| -rw-r--r-- | tests-clar/resources/testrepo/.gitted/refs/tags/foo/foo/bar | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests-clar/resources/testrepo/.gitted/packed-refs b/tests-clar/resources/testrepo/.gitted/packed-refs index 52f5e876f..6018a19d2 100644 --- a/tests-clar/resources/testrepo/.gitted/packed-refs +++ b/tests-clar/resources/testrepo/.gitted/packed-refs @@ -1,3 +1,4 @@ # pack-refs with: peeled 41bc8c69075bbdb46c5c6f0566cc8cc5b46e8bd9 refs/heads/packed 5b5b025afb0b4c913b4c338a42934a3863bf3644 refs/heads/packed-test +b25fa35b38051e4ae45d4222e795f9df2e43f1d1 refs/tags/packed-tag diff --git a/tests-clar/resources/testrepo/.gitted/refs/tags/foo/bar b/tests-clar/resources/testrepo/.gitted/refs/tags/foo/bar new file mode 100644 index 000000000..6ee952a03 --- /dev/null +++ b/tests-clar/resources/testrepo/.gitted/refs/tags/foo/bar @@ -0,0 +1 @@ +b25fa35b38051e4ae45d4222e795f9df2e43f1d1 diff --git a/tests-clar/resources/testrepo/.gitted/refs/tags/foo/foo/bar b/tests-clar/resources/testrepo/.gitted/refs/tags/foo/foo/bar new file mode 100644 index 000000000..6ee952a03 --- /dev/null +++ b/tests-clar/resources/testrepo/.gitted/refs/tags/foo/foo/bar @@ -0,0 +1 @@ +b25fa35b38051e4ae45d4222e795f9df2e43f1d1 |
