mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
50 characters first commit line length limit #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stephanedaviet on GitHub (Aug 20, 2019).
The conventional commit guidelines uses some long prefixes (18 characters for "BREAKING CHANGE: ", 14 for "improvement: "). By default, the first commit line of a commit message should be limited to 50 characters max, cf.
man git-commit:Is it possible to get some abbreviated keywords to keep enough content for a meaningful message?
@stephanedaviet commented on GitHub (Aug 26, 2019):
I saw that those texts are for the optional body, so my issue is irrelevant. I close it.