Although the documentation is still a work in progress, with various forms of git usage (e.g. contrib/gcc-git-customization.sh) not yet documented and development branches not yet listed on git.html as they are on svn.html, the warning about the conversion still being in progress is no longer accurate, so remove it.
Committed. diff --git a/htdocs/git.html b/htdocs/git.html index 0a8294e1..70cc7b73 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -16,10 +16,6 @@ <body> <h1>GCC: Anonymous read-only Git access</h1> -<p><strong>The conversion from SVN to Git is in progress. The -repository described here may not yet be the final version of that -conversion.</strong></p> - <p>Our Git source repository is available read-only to the public at large. That way you can pick up any version (including releases) of GCC that is in our repository.</p> diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index e55cfa92..3cda6a46 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -10,10 +10,6 @@ <h1>Read-write Git access</h1> -<p><strong>The conversion from SVN to Git is in progress. The -repository described here may not yet be the final version of that -conversion.</strong></p> - <p>We have read/write access to the Git repository available for maintainers and significant developers.</p> -- Joseph S. Myers jos...@codesourcery.com