Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve Tags For A Commit #19

Closed
mattfarina opened this issue Mar 24, 2016 · 1 comment
Closed

Retrieve Tags For A Commit #19

mattfarina opened this issue Mar 24, 2016 · 1 comment

Comments

@mattfarina
Copy link
Member

The idea is to retrieve a list of tags associated with a commit.

In Git you can use git describe --tags --exact-match <COMMIT ID>

In Bzr you can use bzr tags -r <COMMIT ID>

In Hg you can use hg log -r <COMMIT ID> --style=xml. A tag will be present if one is associated with the commit.

In SVN we aren't supporting tags since they are part of the path.

@mattfarina
Copy link
Member Author

This was implemented by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant