From e019e08e7574960e6e69dc6b20b34b5761403d1d Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Tue, 13 Mar 2018 15:59:06 +0100 Subject: [PATCH] message should be correctly encoded by user --- .../LGitCommitBuilder.class/instance/writeCommit.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit-Core.package/LGitCommitBuilder.class/instance/writeCommit.st b/LibGit-Core.package/LGitCommitBuilder.class/instance/writeCommit.st index 8690981d..57f903d5 100644 --- a/LibGit-Core.package/LGitCommitBuilder.class/instance/writeCommit.st +++ b/LibGit-Core.package/LGitCommitBuilder.class/instance/writeCommit.st @@ -15,7 +15,7 @@ writeCommit author: self author committer: self committer message_encoding: self messageEncoding - message: self message withUnixLineEndings + message: self message tree: self tree parent_count: self parents size parents: parentsPointer] ] \ No newline at end of file