git: e4189484d4 - main - committers-guide: apply markup to sample bad commit message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 May 2024 14:28:58 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=e4189484d46a70133e92220c8d9459e5c895cf8d commit e4189484d46a70133e92220c8d9459e5c895cf8d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-20 00:01:57 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-22 14:25:50 +0000 committers-guide: apply markup to sample bad commit message Sponsored by: The FreeBSD Foundation --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 1106e62635..8eda3085f3 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2412,7 +2412,7 @@ This section contains some suggestions and traditions for how commit logs are fo === Why are commit messages important? When you commit a change in Git, Subversion, or another version control system (VCS), you're prompted to write some text describing the commit -- a commit message. -How important is this commit message? Should you spend some significant effort writing it? Does it really matter if you write simply fixed a bug? +How important is this commit message? Should you spend some significant effort writing it? Does it really matter if you write simply `fixed a bug`? Most projects have more than one developer and last for some length of time. Commit messages are a very important method of communicating with other developers, in the present and for the future.