fork-dev / Tracker

Bug and issue tracker for Fork for Mac
493 stars 12 forks source link

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

Open EZElkins opened 2 months ago

EZElkins commented 2 months ago

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.

DanPristupov commented 2 months ago

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

EZElkins commented 2 months ago

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?

DanPristupov commented 2 months ago

No