ソースを参照

Merge "Commit message may not necessarily be in UTF-8"

tags/v2.2.0.201212191850-r
Shawn Pearce 11年前
コミット
e9a1df6c56
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java

+ 2
- 2
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java ファイルの表示

@@ -278,8 +278,8 @@ public class RebaseCommand extends GitCommand<RebaseResult> {
sb.append(" ");
sb.append(step.commit.name());
sb.append(" ");
sb.append(new String(step.shortMessage,
Constants.CHARACTER_ENCODING).trim());
sb.append(RawParseUtils.decode(step.shortMessage)
.trim());
fw.write(sb.toString());
fw.newLine();
}

読み込み中…
キャンセル
保存