X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Frepository.html;h=6f8d65ce366a4399fac3bf6ae5afa78b2f1e2d70;hb=9d988f92919afa08037b9bd8cc9ebbf691982a13;hp=10e90fba2edd4ce68f4cd10039067564b27435e2;hpb=ed797f6597b55c4c0bfd23729a1c29d2f77bed02;p=mesa.git diff --git a/docs/repository.html b/docs/repository.html index 10e90fba2ed..6f8d65ce366 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -2,19 +2,19 @@ - Code Repository + Source Code Repository
-

The Mesa 3D Graphics Library

+ The Mesa 3D Graphics Library
-

Code Repository

+

Source Code Repository

Mesa uses git @@ -49,19 +49,13 @@ To get the Mesa sources anonymously (read-only):

    -
  1. Install the git software on your computer if needed.

    +
  2. Install the git software on your computer if needed.
  3. Get an initial, local copy of the repository with: -
    -    git clone https://gitlab.freedesktop.org/mesa/mesa.git
    -    
    +
    git clone https://gitlab.freedesktop.org/mesa/mesa.git
  4. Later, you can update your tree from the master repository with: -
    -    git pull origin
    -    
    +
    git pull origin
  5. If you also want the Mesa demos/tests repository: -
    -    git clone https://gitlab.freedesktop.org/mesa/demos.git
    -    
    +
    git clone https://gitlab.freedesktop.org/mesa/demos.git
@@ -129,7 +123,6 @@ and to LF on commit.

Unix users don't need to set this option.

-

Development Branches

@@ -137,7 +130,7 @@ Unix users don't need to set this option.

At any given time, there may be several active branches in Mesa's repository. -Generally, master contains the latest development (unstable) +Generally, master contains the latest development (unstable) code while a branch has the latest stable code.

@@ -212,7 +205,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.) -
+

+

In any case, your repository now looks like you made your changes after all the other changes.