From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= Subject: Re: Dead link Date: Sat, 20 Jul 2013 21:46:55 +0200 Message-ID: <20130720194655.GA30946@domone> References: <20130720192238.GA30833@domone> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: Ramkumar Ramachandra X-From: git-owner@vger.kernel.org Sat Jul 20 21:47:15 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V0d7a-0007sQ-BK for gcvg-git-2@plane.gmane.org; Sat, 20 Jul 2013 21:47:14 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754845Ab3GTTrD convert rfc822-to-quoted-printable (ORCPT ); Sat, 20 Jul 2013 15:47:03 -0400 Received: from popelka.ms.mff.cuni.cz ([195.113.20.131]:46064 "EHLO popelka.ms.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754807Ab3GTTrA (ORCPT ); Sat, 20 Jul 2013 15:47:00 -0400 Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id 651FA681B3; Sat, 20 Jul 2013 21:46:56 +0200 (CEST) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id 100EE5FB94; Sat, 20 Jul 2013 21:46:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: clamav-milter 0.97.6 at popelka.ms.mff.cuni.cz X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on popelka.ms.mff.cuni.cz Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Jul 21, 2013 at 01:00:11AM +0530, Ramkumar Ramachandra wrote: > Ond=C5=99ej B=C3=ADlka wrote: > > http://marc.theaimsgroup.com/?l=3Dgit&m=3D112927316408690&w=3D2 >=20 > Just run a sed 's|http://marc.theaimsgroup.com|http://marc.info|', an= d > submit the resulting patch. Thanks, here is patch. diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.= txt index e364007..fe723e4 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -4675,5 +4675,5 @@ Write a chapter on using plumbing and writing scr= ipts. Alternates, clone -reference, etc. =20 More on recovery from repository corruption. See: - http://marc.theaimsgroup.com/?l=3Dgit&m=3D117263864820799&w=3D2 - http://marc.theaimsgroup.com/?l=3Dgit&m=3D117147855503798&w=3D2 + http://marc.info/?l=3Dgit&m=3D117263864820799&w=3D2 + http://marc.info/?l=3Dgit&m=3D117147855503798&w=3D2 diff --git a/builtin/apply.c b/builtin/apply.c index 541dc6b..82049c7 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -473,7 +473,7 @@ static char *find_name_gnu(const char *line, const = char *def, int p_value) =20 /* * Proposed "new-style" GNU patch/diff format; see - * http://marc.theaimsgroup.com/?l=3Dgit&m=3D112927316408690&w=3D2 + * http://marc.info/?l=3Dgit&m=3D112927316408690&w=3D2 */ if (unquote_c_style(&name, line, NULL)) { strbuf_release(&name); diff --git a/t/t6021-merge-criss-cross.sh b/t/t6021-merge-criss-cross.s= h index 331b9b0..d15b313 100755 --- a/t/t6021-merge-criss-cross.sh +++ b/t/t6021-merge-criss-cross.sh @@ -3,7 +3,7 @@ # Copyright (c) 2005 Fredrik Kuivinen # =20 -# See http://marc.theaimsgroup.com/?l=3Dgit&m=3D111463358500362&w=3D2 = for a +# See http://marc.info/?l=3Dgit&m=3D111463358500362&w=3D2 for a # nice description of what this is about. =20 =20