Fill a list with all the tags in the Repository
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.
Pointer to a git_strarray structure where the tag names will be stored
Repository where to find the tags
0 or an error code
See Implementation
Fill a list with all the tags in the Repository
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.