diff options
author | Eric Engestrom <[email protected]> | 2017-01-26 18:11:10 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 16:52:23 +0000 |
commit | 4da0d1c59a6e42e56036827328b98d72d3f4a8e0 (patch) | |
tree | c3ba550253abad0670316ae3767922a58cc20aba /docs/repository.html | |
parent | 87619a1a6acbaddfdd72a364b15524e5d0b99afc (diff) |
docs/repository: fix name of main branch
This is git, not svn :P
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs/repository.html')
-rw-r--r-- | docs/repository.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/repository.html b/docs/repository.html index 1fb88bf7173..714074f1976 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -144,7 +144,7 @@ Unix users don't need to set this option. <p> At any given time, there may be several active branches in Mesa's repository. -Generally, the trunk contains the latest development (unstable) +Generally, <tt>master</tt> contains the latest development (unstable) code while a branch has the latest stable code. </p> |