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-pr: add summary sub-command #700
Conversation
|
Webrevs
|
/summary |
@edvbld Setting summary to:
|
/summary |
@edvbld Removing existing summary |
@edvbld This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
There are currently no new commits on the
|
/integrate |
@edvbld this pull request can not be integrated into git checkout git-pr-summary
git fetch https://git.openjdk.java.net/skara master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
/integrate |
Hi all,
please review this patch that adds the
git pr summary
sub-command which corresponds to the/summary
pull request command. Contributors who prefer to use the command-line can now rungit pr summary
which will open their configured editor for writing a summary.Testing:
Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/700/head:pull/700
$ git checkout pull/700