From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: New git url Date: Fri, 5 Jan 2018 18:43:17 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114b5f567616700562073782" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXRob-0005We-8v for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 08:13:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXRoa-0004PL-3l for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 08:13:41 -0500 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:39864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXRoZ-0004P3-Rn for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 08:13:40 -0500 Received: by mail-lf0-x22d.google.com with SMTP id m20so5101202lfi.6 for ; Fri, 05 Jan 2018 05:13:39 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --001a114b5f567616700562073782 Content-Type: text/plain; charset="UTF-8" On Fri, Jan 5, 2018 at 1:33 PM, Rustom Mody wrote: > Ive changed .git/config thusly: > > > $ diff config .git/config > 7c7 > < url = git://orgmode.org/org-mode.git > --- > > url = https://code.orgmode.org/bzg/org-mode.git > > Dunno why thats garbling It is < url = gitCOLONSLASHSLASHorgmode.org/org-mode.git --- > url = httpsCOLONSLASHSLASHcode.orgmode.org/bzg/org-mode.git Replace the COLONSLASHSLASH by the 3 chars '://' --001a114b5f567616700562073782 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Fri, Jan 5, 2018 at 1:33 PM, Rustom Mody <rustompmody@gmail.com= > wrote:
Ive changed .git/config thusly:


$ diff co= nfig .git/config
7c7
< =C2=A0=C2=A0=C2=A0 url =3D git://orgmode.org/org-mode= .git
---
> =C2=A0=C2=A0=C2=A0 url =3D https://code.orgmode.org/bz= g/org-mode.git


Dunno why thats ga= rbling

It is

< =C2=A0=C2=A0=C2=A0 url =3D gitCOLONSLASHSLASHorgmode.org/org-mode.git
---> =C2=A0=C2=A0=C2=A0 url =3D httpsCOLONSLASHSLASHcode.orgmode.org/bzg/org-mode.git

Replace the COLONSLASHSLASH by the 3 chars '://'

--001a114b5f567616700562073782--