X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fsubmittingpatches.html;h=786af10459e979db9e90b9532b4de31ddb56bbe8;hb=cfbde3282d9b881a8cb09dc7a9c2b25b69872e32;hp=0cf7e85c3ab0c237be42126c301260fb3c36e89c;hpb=aed4ac6da8c70d92d3a11742619b8298698bca95;p=mesa.git diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 0cf7e85c3ab..786af10459e 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -85,6 +85,9 @@ noted in the patch comment. For example:
    Fixes: d7b3707c612 "util/disk_cache: use stat() to check if entry is a directory"
 
+
  • You can produce those fixes lines by running +
    git config --global alias.fixes "show -s --pretty='format:Fixes: %h (\"%s\")'"
    +once and then using
    git fixes <sha1>
  • If there have been several revisions to a patch during the review process, they should be noted such as in this example:
    @@ -368,9 +371,9 @@ you should add an appropriate note to the commit message.
     

    Here are some examples of such a note:

    - +
    +CC: <mesa-stable@lists.freedesktop.org>
    +
    Simply adding the CC to the mesa-stable list address is adequate to nominate the commit for all the active stable branches. If the commit is not applicable