mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
docs/submittingpatches.html: correctly handle the <p> tag
As pointed out by the w3c validator. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
This commit is contained in:
parent
19a081473f
commit
4ae749acf1
1 changed files with 2 additions and 0 deletions
|
|
@ -156,9 +156,11 @@ As mentioned at the begining, patches should be bisectable.
|
|||
A good way to test this is to make use of the `git rebase` command,
|
||||
to run your tests on each commit. Assuming your branch is based off
|
||||
<code>origin/master</code>, you can run:
|
||||
</p>
|
||||
<pre>
|
||||
$ git rebase --interactive --exec "make check" origin/master
|
||||
</pre>
|
||||
<p>
|
||||
replacing <code>"make check"</code> with whatever other test you want to
|
||||
run.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue