From patchwork Tue Feb 4 20:11:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 1233543 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-518908-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=rbYHLa/Q; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Bwnz1gWbz9s29 for ; Wed, 5 Feb 2020 07:11:50 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=GpkHmxLhIy7M 6zpwRm5yaaePEqDRN4W7NCX1nWGmESuIj60I4S5FWb883QEnjcK6DIfCG9WYYfFM H6A64UoLhroAuyu5UMvkMcaOwiyd1pvMCjiQCBODjFR3ItchATmgBJdd3500ceHR q4EbGFlybkk1UoEMOXAucGski7DZHMQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=ODmjSAgsJRY8JS0sAK DPJeSXPV8=; b=rbYHLa/Q+yJm+yuuRf8+tW8Ak1isSfflGoWhG4AtvPsocmqWJs FmbY3BYYISNZJ6n+69S87JAvJNHuOUb5qVG4oBnzFCJKOIzNBjBIt+YqSWdFzLms uS5fT85tS/7zcGSjWLPtMu6X6dxSb7Jf4pUlM1rVmibq2ywaJJ0/eJtnQ= Received: (qmail 119272 invoked by alias); 4 Feb 2020 20:11:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 117794 invoked by uid 89); 4 Feb 2020 20:11:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:867 X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Feb 2020 20:11:42 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 7CADA12408A2; Tue, 4 Feb 2020 20:11:40 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: Segher Boessenkool Subject: [PATCH] git: Fix typo in url Date: Tue, 4 Feb 2020 20:11:37 +0000 Message-Id: <26f4802d2ffd7aa182e559414638b6c546054f64.1580847047.git.segher@kernel.crashing.org> X-IsSubscribed: yes Committed. Segher --- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.