GitHub user rxin opened a pull request:

    https://github.com/apache/spark/pull/9156

    [SPARK-11169] Remove the extra spaces in merge script

    Our merge script now turns
    ```
    [SPARK-1234][SPARK-1235][SPARK-1236][SQL] description
    ```
    into
    ```
    [SPARK-1234] [SPARK-1235] [SPARK-1236] [SQL] description
    ```
    The extra spaces are more annoying in git since the first line of a git 
commit is supposed to be very short.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rxin/spark SPARK-11169

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9156.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 #9156
    
----
commit ccf9e545db4fbb375e04a8ae9c12c0572f5ff7e3
Author: Reynold Xin <[email protected]>
Date:   2015-10-17T19:53:58Z

    [SPARK-11169] Remove the extra spaces in merge script

----


---
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]

Reply via email to