From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 754CB3858CDA for ; Thu, 30 Nov 2023 23:56:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 754CB3858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 754CB3858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.129.153 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701388585; cv=none; b=G/duS/zQ2y7E3BuPWjZa+zf+F14KNI/CMAeLE2ZgH84o2OJaEBwZJImTCa7zg3Lw10Ce7s4SmWDj4ko2m0FtW45UJoSAUvF4OJVe/w6Q4mlNsVYexXaO5+plPV0Me5bIG7vcp5JrlF/iQmHz5iZHGKTc1JCkVpRUwDONKzqpIKw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701388585; c=relaxed/simple; bh=wOFamJ7Xs6Lzl3HFTZSHeeqVMB0pZd6cl2G8LXEZHcI=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=GCvDTBmRvSjHmlPl793D9najcPUBlWHBF1XL6Dc+egXouNmWtZ59T8luRoXcV4RQU1FyGZ9wk0PG9flQCZo+H6X7ABPOFJwouiWbLuuiN8M6AirKPIct3DtKahmCWh5ULaCxjHJwSx5/5kMX8UtUryaHDhYbqUR/61paabYx+tQ= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: BfoATTdSStmO8m8+hi0dWA== X-CSE-MsgGUID: Af6EbD1nTzef2XJ5izLHIg== X-IronPort-AV: E=Sophos;i="6.04,240,1695715200"; d="scan'208";a="27312119" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 30 Nov 2023 15:56:21 -0800 IronPort-SDR: vjtNFo1cIXtPg8AO/UxrUZ/MYbTj7OyNnBx4z/N0IV3+2HDcOdCQaa4ICYaLQJqbSbYyVDk+Qz 64v8EIbAhylEr7QUOhkSVGWVKXegBJD2zIBuqsdZ3BqJvdTWpvSZzFJh9agc7Hh0938dAy1oul wGnKnoMCGOfKYmjp2BlhPIEPM5QMMH3H7jVasfvYd7N00BAqGiRPgTq4NmcYAkS2da+K4za4hf AbdT03PloWI0zPdKyv6utz7foZT1LdUELVCxctzhk0r8qkQHfLZi8j07zLhTewuJUP1Q8npTbO HpU= Date: Thu, 30 Nov 2023 23:56:17 +0000 From: Joseph Myers To: Jonny Grant CC: Subject: Re: [PATCH] htdocs/git.html: correct spelling and use git in example In-Reply-To: <5a5c0c9c-728c-4427-8adc-620599a60a50@jguk.org> Message-ID: References: <5a5c0c9c-728c-4427-8adc-620599a60a50@jguk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3103.0 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 30 Nov 2023, Jonny Grant wrote: > ChangeLog: > > htdocs/git.html: change example to use git:// and correct > spelling repostiory -> repository . git:// (unencrypted / unauthenticated) is pretty widely considered obsolescent, I'm not sure adding a use of it (as opposed to changing any existing examples to use a secure connection mechanism) is a good idea. -- Joseph S. Myers joseph@codesourcery.com