Skip to content

Commit 7ae8ce3

Browse files
sam-githubtargos
authored andcommitted
doc: make openssl commit messages be valid
The current commit message is wrapped at 80 columns, but commit message descriptions should wrap at 72, so the maintainer has to fix the message up instead of just copying it in. They might not notice that requirement, in which case it has to be fixed during landing because `git node land` notices. To prevent that, make the message template wrap before 72 to keep the landing process as simple as possible. PR-URL: #32602 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 655ff39 commit 7ae8ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/maintaining-openssl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ The commit message can be (with the openssl version set to the relevant value):
9393
```text
9494
deps: update archs files for OpenSSL-1.1.0
9595
96-
After an OpenSSL source update, all the config files need to be regenerated and
97-
committed by:
96+
After an OpenSSL source update, all the config files need to be
97+
regenerated and committed by:
9898
$ cd deps/openssl/config
9999
$ make
100100
$ git add deps/openssl/config/archs

0 commit comments

Comments
 (0)