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

Add Git tags to datasets #73

Closed
psybers opened this issue Nov 28, 2016 · 1 comment
Closed

Add Git tags to datasets #73

psybers opened this issue Nov 28, 2016 · 1 comment

Comments

@psybers
Copy link
Member

psybers commented Nov 28, 2016

Git supports tagging commits. We need to keep this data (list of tags and their associated commit hashes) in our dataset.

Our code currently has a getTags() for Git, but it is never called anywhere. See:

public void getTags(final List<String> names, final List<String> commits) {

@psybers psybers added this to To Do in Data generation 2017 Jun 14, 2017
@nguyenhoan nguyenhoan moved this from Backlog to Done in Data generation 2017 Jul 6, 2017
@nguyenhoan
Copy link
Contributor

a873dfa

@psybers psybers moved this from Under Review to Done in Data generation 2017 Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants