fork-dev/Tracker

[Feature Request] Remove the newline between commit subject and description

Opened this issue · 3 comments

When you commit a change, there is an extra newline between the commit subject and the description, which prevents the information in the git log change history from being displayed on a single line.

Commit subject and description in git should be separated with an empty line \n\n and Fork follows that convention.

Commit subject and description in git should be separated with an empty line \n\n and Fork follows that convention.

Is it possible to provide a commit configuration item to set adding 1 \n or 2 \n?