diff options
author | Emil Velikov <emil.veliko@collabora.com> | 2017-02-13 19:23:41 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-02-20 18:21:22 +0000 |
commit | a40ebe73a1e0e3a4b7b5be464f1bd7952bd1c394 (patch) | |
tree | f553cffd3519f532527388b1bb47b5fba90e6bd9 /docs | |
parent | 9e4248b20695672bd0fe8668cea290d2aecd36bd (diff) |
docs/submittingpatches.html: document the Fixes tag
Provide information and an example.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/submittingpatches.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 564ad731b2..6ca39c4825 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -78,6 +78,11 @@ patch comment. For example: <pre> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89689 </pre> +<li>If a patch addresses a issue introduced with earlier commit, that should be +noted in the patch comment. For example: +<pre> + Fixes: d7b3707c612 "util/disk_cache: use stat() to check if entry is a directory" +</pre> <li>If there have been several revisions to a patch during the review process, they should be noted such as in this example: <pre> |