diff options
author | Eric Engestrom <[email protected]> | 2018-09-21 14:41:00 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-09-22 17:23:18 +0100 |
commit | ed797f6597b55c4c0bfd23729a1c29d2f77bed02 (patch) | |
tree | 31b75346dc0450892e6f2b8697c598422672a9e8 /docs | |
parent | ae2694efe06807a24ada97bcdd55da91f51d3c59 (diff) |
docs: fix couple typos/outdated info
`git-branch` doesn't exist, and mesa3d-dev hasn't been used in a great
many years :)
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/repository.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/repository.html b/docs/repository.html index fa891273e21..10e90fba2ed 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -142,12 +142,12 @@ code while a branch has the latest stable code. </p> <p> -The command <code>git-branch</code> will list all available branches. +The command <code>git branch</code> will list all available branches. </p> <p> Questions about branch status/activity should be posted to the -mesa3d-dev mailing list. +mesa-dev mailing list. </p> <h2>Developer Git Tips</h2> |