From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A937C385E827; Sat, 25 May 2024 08:16:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A937C385E827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716624992; bh=aEhdbTk0Hn82MYVeudWzM4G66tpQEdV0TpZxQ45LC+0=; h=To:Subject:Date:From:From; b=imlp5zyhZbw8PoazkPFwJkxrlrigdMn6nwOeZov5yw5AWzL/m8le9is/pd5nF45c7 8W8XniBDf43q/T+5dVK9m0rJXMUE6cffayFmfMl85r9cDN8zx+4ziBJ025VlMLVaSw 9i0kENe33nppiWosvP4ArH+wl7wuEc6ZgAJEsMJs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e1795876c8a0c7bd3136cb92c3a33df97002c711 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 77993a3798b638d2518dcb11ac939b581ea3cea8 X-Git-Newrev: e1795876c8a0c7bd3136cb92c3a33df97002c711 Message-Id: <20240525081632.A937C385E827@sourceware.org> Date: Sat, 25 May 2024 08:16:32 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 e1795876c8a0c7bd3136cb92c3a33df97002c711 (commit) from 77993a3798b638d2518dcb11ac939b581ea3cea8 (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 e1795876c8a0c7bd3136cb92c3a33df97002c711 Author: Gerald Pfeifer Date: Sat May 25 10:14:58 2024 +0200 git: Fix typo diff --git a/htdocs/git.html b/htdocs/git.html index 22c0eec1..a6e88566 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -236,7 +236,7 @@ additional branches can also be fetched if necessary.

You can download any of the additional branches by adding a suitable -fetch specification to your local copy of the git repostiory. For +fetch specification to your local copy of the git repository. For example, if your remote is called 'origin' (the default with git clone) you can add the 'dead' development branches by running:

----------------------------------------------------------------------- Summary of changes: htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs