Skip to content

Commit c2c349a

Browse files
Red54gitster
authored andcommitted
doc: correct the 50 characters soft limit
The soft limit of the first line of the commit message should be "no more than 50 characters" or "50 characters or less", but not "less than 50 character". Signed-off-by: 谢致邦 (XIE Zhibang) <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit c2c349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ DISCUSSION
541541
----------
542542

543543
Though not required, it's a good idea to begin the commit message
544-
with a single short (less than 50 character) line summarizing the
544+
with a single short (no more than 50 characters) line summarizing the
545545
change, followed by a blank line and then a more thorough description.
546546
The text up to the first blank line in a commit message is treated
547547
as the commit title, and that title is used throughout Git.

0 commit comments

Comments
 (0)