-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Git log getter #36
Git log getter #36
Conversation
Thanks for PR. For now I have 2 questions:
I'm thinking about something like this:
But I have never need it so it's hard to me imagine real use-cases and design good API. What do you think? |
Use-case for standalone
That's also the reason why I put a About About a Commit object, it could be interesting, but seems a lot of works to cover all information ( |
bf60cca
to
722b3bd
Compare
Hi, I just noticed I didn't pushed my final commit, so I updated the Do you want I rename Or I can name it that way if you prefer :) |
722b3bd
to
042947b
Compare
Thanks! I added some commits:
Are these changes ok for you? If yes, I will squash commits and merge it into master. |
Hi, thanks you for your fixes, I didn't keep attention to tabs / spaces and other norms from that project, I will try to do it for further contributions :) I notice you also replaced |
2f8d22f
to
58cfa3a
Compare
58cfa3a
to
25b9bce
Compare
Merged, thanks! |
This PR contains
getCommitMessage
andgetCommitData
method to interrogate git repository history.