On Wed, Sep 15, 2010 at 7:34 AM, Karl Kurbjun <kkurb...@gmail.com> wrote: > I think the intent of the message was clear. This is not a 100+ line > commit. It is not even a 10 or 5 line commit.
The amount of lines (or even characters) changed with a commit does not necessarily correlate with the description that is appropriate. A 100+ lines commit could justify a single line commit message only (I just need to remember the days when we had those "code police" commits which was completely sufficient. Of course those could have gotten comments like "fix indentation, remove tabs, and kill trailing spaces" or whatever but in such a case a 100+ lines commit wouldn't need more explanation). In contrast I can very well imagine a single line change that requires quite a bit of explanation since it fundamentally changes things (just think of some macro that is used all over the place). - Dominik