From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70749 invoked by alias); 4 Feb 2020 20:09:52 -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 70605 invoked by uid 9483); 4 Feb 2020 20:09:51 -0000 Date: Tue, 04 Feb 2020 20:09:00 -0000 Message-ID: <20200204200951.70599.qmail@sourceware.org> From: segher@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 26f4802d2ffd7aa182e559414638b6c546054f64 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2a7b0ec3a0bed79a098da0f797923c052dedfcf0 X-Git-Newrev: 26f4802d2ffd7aa182e559414638b6c546054f64 X-SW-Source: 2020/txt/msg00083.txt 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 26f4802d2ffd7aa182e559414638b6c546054f64 (commit) from 2a7b0ec3a0bed79a098da0f797923c052dedfcf0 (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 26f4802d2ffd7aa182e559414638b6c546054f64 Author: Segher Boessenkool Date: Tue Feb 4 20:09:34 2020 +0000 git: Fix typo in url diff --git a/htdocs/git.html b/htdocs/git.html index 66d68eb..7fd22a9 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -44,7 +44,7 @@ through, you can replace git:// with https://.

If there is another local repository accessible you can avoid re-downloading everything by using --reference, e.g.

-
git clone --reference original-gcc --dissociate ssh://gcc.gnu.org/git.gcc.git new-gcc
+
git clone --reference original-gcc --dissociate ssh://gcc.gnu.org/git/gcc.git new-gcc

But if you own this other copy, you probably want to use separate worktrees instead of multiple clones. ----------------------------------------------------------------------- Summary of changes: htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs