My goal is to find the tag what a commit can have.
I read the documentation from
In the documentation, It says that "all branches and tags" are included.
Returns all commits in the repo in topological order (newest commit first). All branches and tags are included (similar to git log --all
and hg log
).
I wonder if I am using the wrong API because I don't seem to able to find the tag in the response.
Thanks,
Jay