Skip to content

Commit f9e81c9

Browse files
committed
SUBMITTING_PATCHES: link to commit message style docs
Change-Id: I2090ebc43fc1c816b941a53dd89dbedf7bc61289 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/323696 Tested-by: Mike Frysinger <[email protected]> Reviewed-by: Jack Neus <[email protected]>
1 parent e660106 commit f9e81c9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

SUBMITTING_PATCHES.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Short Version
44

55
- Make small logical changes.
6-
- Provide a meaningful commit message.
6+
- [Provide a meaningful commit message][commit-message-style].
77
- Check for coding errors and style nits with flake8.
88
- Make sure all code is under the Apache License, 2.0.
99
- Publish your changes for review.
@@ -26,10 +26,11 @@ yourself with the following relevant bits.
2626

2727
## Make separate commits for logically separate changes.
2828

29-
Unless your patch is really trivial, you should not be sending
30-
out a patch that was generated between your working tree and your
31-
commit head. Instead, always make a commit with complete commit
32-
message and generate a series of patches from your repository.
29+
Unless your patch is really trivial, you should not be sending out a patch that
30+
was generated between your working tree and your commit head.
31+
Instead, always make a commit with a complete
32+
[commit message][commit-message-style] and generate a series of patches from
33+
your repository.
3334
It is a good discipline.
3435

3536
Describe the technical detail of the change(s).
@@ -171,3 +172,6 @@ After you receive a Code-Review+2 from the maintainer, select the Verified
171172
button on the gerrit page for the change. This verifies that you have tested
172173
your changes and notifies the maintainer that they are ready to be submitted.
173174
The maintainer will then submit your changes to the repository.
175+
176+
177+
[commit-message-style]: https://chris.beams.io/posts/git-commit/

0 commit comments

Comments
 (0)