From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2697 invoked from network); 4 Feb 2023 22:26:25 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 4 Feb 2023 22:26:25 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f63cff25; Sat, 4 Feb 2023 22:26:08 +0000 (UTC) Return-Path: Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id a931ae80 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Sat, 4 Feb 2023 22:26:06 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 4E6A61D4C07 for ; Sat, 4 Feb 2023 17:26:04 -0500 (EST) (envelope-from tmz@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=date:from :to:subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=sxlHbuEMllZVcwhUIrwbCMQrBvvddnVMsZYmcVJ vkZU=; b=ZuciPl33r6OjJyRgx0AhhLSWLRVej9xilfCdFDYaJZ/2NnJb2bixuwo j1fd9343xAWMb02hNxBDw7JcQnAOagB7cBNbOxP5clJY4BItmHqHCG9ut4oeJW5P vdLYT5tO1GFR40m8oMREguzY15sNgVXhkhdI6H0YXduFGFdiXE3M= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 4697B1D4C05 for ; Sat, 4 Feb 2023 17:26:04 -0500 (EST) (envelope-from tmz@pobox.com) Received: from pobox.com (unknown [108.15.224.39]) (using TLSv1.2 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 448791D4C00 for ; Sat, 4 Feb 2023 17:26:00 -0500 (EST) (envelope-from tmz@pobox.com) Date: Sat, 4 Feb 2023 17:25:57 -0500 From: Todd Zullinger To: cgit@lists.zx2c4.com Subject: Re: [PATCH 0/2] wiki: update some links and fix some formatting Message-ID: References: <20220216060758.949317-1-tmz@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220216060758.949317-1-tmz@pobox.com> X-Pobox-Relay-ID: E6FFCB16-A4DA-11ED-91E2-C2DA088D43B2-09356542!pb-smtp20.pobox.com X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Hi, I wrote: > I noticed a few of the URLs on the about page had grown stale. While I was > looking at the page, I noticed the git clone command didn't appear to be > indented as intended. > > Trivial fixes for both follow. Just a friendly ping on a topic for the wiki branch. :) -- Todd