You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/07/19 11:39:04 UTC

[jira] [Resolved] (SPARK-9179) Allow committers to specify the primary author of the PR to be merged

     [ https://issues.apache.org/jira/browse/SPARK-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng Lian resolved SPARK-9179.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

Issue resolved by pull request 7508
[https://github.com/apache/spark/pull/7508]

> Allow committers to specify the primary author of the PR to be merged
> ---------------------------------------------------------------------
>
>                 Key: SPARK-9179
>                 URL: https://issues.apache.org/jira/browse/SPARK-9179
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.5.0
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> 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
> {noformat}
> git commit --amend --author="name <email>"
> {noformat}
> manually right before the merge script pushes to Apache Git repo. It would be nice if the script accepts user specified primary author information.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org