diff options
Diffstat (limited to 'docs/repository.html')
-rw-r--r-- | docs/repository.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/repository.html b/docs/repository.html index c8e2c62fc5e..012d3d9ba08 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -49,7 +49,7 @@ To get the Mesa sources anonymously (read-only): </p> <ol> -<li>Install the git software on your computer if needed.<br><br> +<li>Install the git software on your computer if needed. <li>Get an initial, local copy of the repository with: <pre> git clone https://gitlab.freedesktop.org/mesa/mesa.git @@ -129,7 +129,6 @@ and to LF on commit. <p> Unix users don't need to set this option. </p> -<br> <h2>Development Branches</h2> @@ -212,7 +211,8 @@ If you are familiar with CVS or similar system, this is similar to doing a the current repository state, instead of the time you did the last update. (CVS doesn't work like git in this respect, but this is easiest way to explain it.) -<br> +</p> +<p> In any case, your repository now looks like you made your changes after all the other changes. </p> |