2 comments

[ 3.6 ms ] story [ 19.1 ms ] thread
> 3. Capitalize the subject line, 4. Do not end the subject line with a period

To me, it just seems wrong to capitalize but not use a period. It should be either both or neither.

I think this is personal preference. The first line of the git commit message is the commit subject line, and everything thereafter is the commit body.

Much like an email, the subject line usually starts with a captialised letter, and does not end with a period.

Disclaimer: I normally use Mercurial as my DVCS of choice, and do capitalise and end with a period.