Linus Torvalds expressed frustration over the use of passive voice in merge commit messages, preferring active and imperative language instead.

He provided an example of how commit messages should be rewritten for clarity and consistency across the project.

Torvalds noted that while it's not a major issue, it does add extra work when he has to rewrite messages to match his preference.

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

you put a dot after commit msg?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 2 years ago

    Yup. Commit messages are often shown in truncated form, which is when the dot helps to know whether you're seeing the whole message or not.

    Well, and every so often, I'll use the commit message to document why a change was made, which requires multiple sentences. Then the dot just serves its usual purpose of separating sentences.

  • source
  • parent