Index: documentation/content/en/articles/committers-guide/_index.adoc =================================================================== --- documentation/content/en/articles/committers-guide/_index.adoc +++ documentation/content/en/articles/committers-guide/_index.adoc @@ -2462,7 +2462,7 @@ The subject line should be as short as possible while still retaining the required information. This is to make browsing Git log more efficient, and so that git log --oneline can display the short hash and subject on a single 80-column line. -A good rule of thumb is to stay below 63 characters, and aim for about 50 or fewer if possible. +A good rule of thumb is to stay below 67 characters, and aim for about 50 or fewer if possible. === Prefix the subject line with a component, if applicable @@ -2470,7 +2470,7 @@ ✓ `foo: Add -k option to keep temporary data` -Include the prefix in the 63-character limit suggested above, so that `git log --oneline` avoids wrapping. +Include the prefix in the 67-character limit suggested above, so that `git log --oneline` avoids wrapping. === Capitalize the first letter of the subject