[ https://issues.apache.org/jira/browse/KAFKA-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653344#comment-14653344 ]
ASF GitHub Bot commented on KAFKA-2384: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/109 KAFKA-2384; Encode/decode to utf-8 for commit title IO in kafka-merge-pr.py This fix should be fine for Linux and OS X. Not sure about Windows though. This is a very specific fix for new functionality added in KAFKA-2384. There are other places where a similar error could occur, but are less likely. The script doesn't handle Unicode input properly in general. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-2384-hotfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/109.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 #109 ---- commit 0ab8958846aba708a2d14e2e74d4707a34c7e725 Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-08-04T08:54:39Z Encode/decode to utf-8 for commit title IO in kafka-merge-pr.py ---- > Override commit message title in kafka-merge-pr.py > -------------------------------------------------- > > Key: KAFKA-2384 > URL: https://issues.apache.org/jira/browse/KAFKA-2384 > Project: Kafka > Issue Type: Improvement > Reporter: Guozhang Wang > Assignee: Ismael Juma > Fix For: 0.8.3 > > > It would be more convenient allow setting the commit message in the merging > script; right now the script takes the PR title as is and the contributors > have to change them according to the submission-review guidelines before > doing the merge. -- This message was sent by Atlassian JIRA (v6.3.4#6332)