Fill a list with all the tags in the Repository
which name match a defined pattern
If an empty pattern is provided, all the tags
will be returned.
The string array will be filled with the names of the
matching tags; these values are owned by the user and
should be free'd manually when no longer needed, using
git_strarray_free.
Fill a list with all the tags in the Repository which name match a defined pattern
If an empty pattern is provided, all the tags will be returned.
The string array will be filled with the names of the matching tags; these values are owned by the user and should be free'd manually when no longer needed, using git_strarray_free.