From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Jun 2025 21:33:36 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uPng8-006c1y-1G for lore@lore.pengutronix.de; Thu, 12 Jun 2025 21:33:36 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uPng8-0000b2-5f; Thu, 12 Jun 2025 21:33:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uPnej-0005yR-JN; Thu, 12 Jun 2025 21:32:09 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uPnej-003AiT-1K; Thu, 12 Jun 2025 21:32:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uPnej-009jtn-1B; Thu, 12 Jun 2025 21:32:09 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 12 Jun 2025 21:32:09 +0200 Message-Id: <20250612193209.2321380-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250610121155.3088340-1-bst@pengutronix.de> References: <20250610121155.3088340-1-bst@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] doc: contributing: suggest https instead of git protocol for cloning X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bastian Krause Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as e5c6e94cc8825b50d251bc9ef55fddfe6214739e. Michael [sent from post-receive hook] On Thu, 12 Jun 2025 21:32:09 +0200, Bastian Krause wrote: > The git server at git.pengutronix.de no longer supports the git > protocol, so switch to https. > > Signed-off-by: Bastian Krause > Message-Id: <20250610121155.3088340-1-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/contributing.rst b/doc/contributing.rst > index 4130427b5ceb..614002331ae4 100644 > --- a/doc/contributing.rst > +++ b/doc/contributing.rst > @@ -7,7 +7,7 @@ Development Tree > PTXdist uses Git for version control. > The master repository is available at:: > > - git://git.pengutronix.de/ptxdist > + https://git.pengutronix.de/git/ptxdist > > A `Git web interface `_ is also available. >