GitHub user liancheng opened a pull request:
https://github.com/apache/spark/pull/7508
[SPARK-9179] [BUILD] Allows committers to specify primary author of the PR
to be merged
It's a common case that some contributor contributes an initial version of
a feature/bugfix, and later on some other people (mostly committers) fork and
add more improvements. When merging these PRs, we probably want to specify the
original author as the primary author. Currently we can only do this by running
```
$ git commit --amend --author="name <email>"
```
manually right before the merge script pushes to Apache Git repo. It would
be nice if the script accepts user specified primary author information.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liancheng/spark spark-9179
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7508.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7508
----
commit 218d88e7c74d4cb1dae085ae4a6d1a6221acb90f
Author: Cheng Lian <[email protected]>
Date: 2015-07-19T08:05:01Z
Allows committers to specify primary author of the PR to be merged
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]