File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -285,10 +285,10 @@ after-the-fact.
285
285
286
286
##### Reverting commits
287
287
288
- Commits are reverted with ` git revert <HASH> ` , or ` git revert <FROM>..<TO> ` for
289
- multiple commits. Commit metadata and the reason for the revert should be
290
- appended. Commit message rules about line length and subsystem can be ignored.
291
- A Pull Request should be raised and approved like any other change.
288
+ Revert commits with ` git revert <HASH> ` or ` git revert <FROM>..<TO> ` . The
289
+ generated commit message will not have a subsystem and may violate line length
290
+ rules. That is OK. Append the reason for the revert and any ` Refs ` or ` Fixes `
291
+ metadata. Raise a Pull Request like any other change.
292
292
293
293
### Introducing New Modules
294
294
You can’t perform that action at this time.
0 commit comments