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

Can't list project commits #12

Open
rodrigoalvesvieira opened this issue Sep 5, 2013 · 0 comments
Open

Can't list project commits #12

rodrigoalvesvieira opened this issue Sep 5, 2013 · 0 comments

Comments

@rodrigoalvesvieira
Copy link

Hi everyone,

found Gitective awesome but could not see any examples of how to basically list all commits (with no filter at all) of a project.

File project = new File("/Users/rodrigovieira/Desktop/groundhog.git");
String path = project.getAbsolutePath();

CommitFinder finder = new CommitFinder(path);

I just want to get all commit messages from the project. How could I do that?

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

No branches or pull requests

1 participant