Questions about Pull-Requests

Jacob Carlborg doob at me.com
Thu Dec 27 07:19:12 PST 2012


On 2012-12-27 16:15, Jacob Carlborg wrote:

> Then there's the standard Git guidelines. A commit message should
> consist of a short description, 50 characters max, followed by, if
> necessary, a blank line then a full description of the commit.
>
> If it's enough to describe the commit in 50 characters that's perfectly
> fine.

Not everyone is following this but it's good to try to follow it. The 
reason for this is that various git related software uses the first line 
to display it in a user interface or similar. For example, all git 
commits are sent to an email list as well. The first line is used as the 
subject of the email. Hence it's good if it's short.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list