git-client-plugin
git-client-plugin copied to clipboard
Add rev-list options and new cherry-pick command
JENKINS-xxxxx - summarize pull request in one line
- implements more options to rev-list command
- integrate cherry-pick command
Checklist
- [ ] I have read the CONTRIBUTING doc
- [ ] I have referenced the Jira issue related to my changes in one or more commit messages
- [ ] I have added tests that verify my changes
- [ ] Unit tests pass locally with my changes
- [ ] I have added documentation as necessary
- [ ] No Javadoc warnings were introduced with my changes
- [ ] No spotbugs warnings were introduced with my changes
- [ ] I have interactively tested my changes
Types of changes
- [ ] Infrastructure change (non-breaking change which updates dependencies or improves infrastructure)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Further comments
Just extends functionnal scope with in place design choices.