From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83210 invoked by alias); 9 Oct 2019 15:05:12 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 83131 invoked by uid 9119); 9 Oct 2019 15:05:12 -0000 Date: Wed, 09 Oct 2019 15:05:00 -0000 Message-ID: <20191009150512.83128.qmail@sourceware.org> From: jsm28@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f4abea392b992d457939dc1462d1810b2a89555e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: caa8d00ce0f4c5b215841e0522e025d26bb9e303 X-Git-Newrev: f4abea392b992d457939dc1462d1810b2a89555e X-SW-Source: 2019/txt/msg00255.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via f4abea392b992d457939dc1462d1810b2a89555e (commit) from caa8d00ce0f4c5b215841e0522e025d26bb9e303 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f4abea392b992d457939dc1462d1810b2a89555e Author: Joseph Myers Date: Wed Oct 9 15:04:49 2019 +0000 Document preferred path to wwwdocs git repository and anonymous access thereto. diff --git a/htdocs/about.html b/htdocs/about.html index 30a5c94..019b6fb 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -54,10 +54,12 @@ a higher chance of being implemented soon. ;-)

and SSH installed, you can check out the web pages as follows:

    -
  1. git clone git+ssh://username@gcc.gnu.org/sourceware/projects/gcc-home/wwwdocs.git +
  2. git clone git+ssh://username@gcc.gnu.org/git/gcc-wwwdocs.git where username is your user name at gcc.gnu.org
+

For anonymous access, use +git://gcc.gnu.org/git/gcc-wwwdocs.git instead.

Validating a change

----------------------------------------------------------------------- Summary of changes: htdocs/about.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- gcc-wwwdocs