mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-21 18:45:33 +00:00
Kill message_prettify - we will export instead
This commit is contained in:
parent
bc2deed0fb
commit
e4031cb531
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user