-
Notifications
You must be signed in to change notification settings - Fork 174
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
SCM-948 - Make limit parameter work for svnexe and gitexe changelog goal #119
Conversation
Can you please explain more your patch? |
Happily. The old PR was better documented but got erased after resetting hard to upstream master and force pushing. |
Another thing: Travis CI builds for jdk 7 and 8 have errors. To me it looks like jdk 7 and 8 are not available. Is some on it to fix the config on this? |
@@ -148,9 +169,21 @@ protected ChangeLogScmResult executeChangeLogCommand( ScmProviderRepository repo | |||
// ---------------------------------------------------------------------- | |||
|
|||
/** | |||
* this constructs creates the commandline for the git-whatchanged command. | |||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This <p>
isn't necessary.
Note: The order how those options are processed differ between Subversion and Git. This is bad for consistency, but not your fault I do not expect you to fix that. The change looks fine to me. |
No description provided.