From: Andres Gomez Date: Mon, 28 Nov 2016 16:47:42 +0000 (+0200) Subject: docs: fix small typos in the submit patches page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28158c3e543d364c9d6bb0cced1b251915076214;p=mesa.git docs: fix small typos in the submit patches page Signed-off-by: Andres Gomez Reviewed-by: Emil Velikov --- diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 2d18c74decf..3d07c5e96d4 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -41,7 +41,7 @@ components. git bisect.)
  • Patches should be properly formatted.
  • Patches should be sufficiently tested before submitting. -
  • Patches should be submitted to submitted to mesa-dev +
  • Patches should be submitted to mesa-dev for review using git send-email. @@ -254,9 +254,9 @@ branches. Everyone else should simply nominate patches using the mechanism described above. The stable-release manager will work with the list of nominated patches, and -for each patch that meets the crtieria below will cherry-pick the patch with: +for each patch that meets the criteria below will cherry-pick the patch with: git cherry-pick -x <commit>. The -x option is -important so that the picked patch references the comit ID of the original +important so that the picked patch references the commit ID of the original patch. The stable-release manager may at times need to force-push changes to the @@ -328,7 +328,7 @@ be rejected: release. The potential problem here is that an OpenGL program that was previously working, (even if technically non-compliant with the specification), could stop working after this patch. So that would be a - regression that is unaacceptable for the stable branch.
  • + regression that is unacceptable for the stable branch.

    Git tips