You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add commit --allow-empty-message option and fix empty message parsing in process_commit_log_data (#482)
If the commit doesn't contain a message, parsing the output of "git log"
results in an error, which occures because the end of the commit message
can't be detected.
Additionaly was added option to commit without message.
Signed-off-by: Pavel Kuznetsov <kpd200081@yandex.ru>
0 commit comments