summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorTim Clem <timothy.clem@gmail.com>2012-06-15 09:26:56 -0700
committerTim Clem <timothy.clem@gmail.com>2012-06-15 09:26:56 -0700
commite4031cb53134803bfc94f1b0b8552455658d8c76 (patch)
treeb1e90d8c4ec74eee9eaa9d117de64b61edbb2b4a /src/commit.c
parentbc2deed0fbb2e18e8654d608537c7dea6e102f63 (diff)
downloadlibgit2-e4031cb53134803bfc94f1b0b8552455658d8c76.tar.gz
Kill message_prettify - we will export instead
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commit.c b/src/commit.c
index 95e398691..a87639aae 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -114,10 +114,6 @@ int git_commit_create(
git_buf_putc(&commit, '\n');
- /* Remove comments by default */
- if (git_message_prettify(&cleaned_message, message, 0) < 0)
- goto on_error;
-
if (git_buf_puts(&commit, git_buf_cstr(&cleaned_message)) < 0)
goto on_error;