GitHub user pwendell opened a pull request: https://github.com/apache/incubator-spark/pull/569
Fixes bug where merges won't close associated pull request. Previously we added "Closes #XX" in the title. Github will sometimes linbreak the title in a way that causes this to not work. This patch instead adds the line in the body. This also makes the commit format more concise for merge commits. We might consider just dropping those in the future. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-spark merge-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-spark/pull/569.patch ---- commit 732eba113bbbda177d39d8f88d24e2b0acb440a5 Author: Patrick Wendell <pwend...@gmail.com> Date: 2014-02-09T20:51:14Z Fixes bug where merges won't close associated pull request. Previously we added "Closes #XX" in the title. Github will sometimes linbreak the title in a way that causes this to not work. This patch instead adds the line in the body. This also makes the commit format more concise for merge commits. We might consider just dropping those in the future. ----