From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 468BE1F8C4 for ; Thu, 4 Feb 2021 21:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229999AbhBDVKa (ORCPT ); Thu, 4 Feb 2021 16:10:30 -0500 Received: from cloud.peff.net ([104.130.231.41]:50914 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229983AbhBDVK3 (ORCPT ); Thu, 4 Feb 2021 16:10:29 -0500 Received: (qmail 7359 invoked by uid 109); 4 Feb 2021 21:09:48 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Thu, 04 Feb 2021 21:09:48 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 19548 invoked by uid 111); 4 Feb 2021 21:09:47 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Thu, 04 Feb 2021 16:09:47 -0500 Authentication-Results: peff.net; auth=none Date: Thu, 4 Feb 2021 16:09:47 -0500 From: Jeff King To: "Bulgrien, Dennis" Cc: Eric Sunshine , "git@vger.kernel.org" Subject: Re: howto-index not found Message-ID: References: <68e6a4e1991d4066a39b84ab5924202a@astronics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Feb 04, 2021 at 08:34:18PM +0000, Bulgrien, Dennis wrote: > The github tracker redirects back to this group, saying "These pages > are generated from git man pages, so we have no control over it. Have > you reported it to the community at https://git-scm.com/community ?" > > [1]: https://github.com/git/git-scm.com/issues/1521 Yeah, there are sort of two questions here: - should git-scm.com be generating the howto-index, api-index, etc; that's an issue that would be solved there (because it has custom code to import and format the documentation from git.git). - should Documentation/git.txt be more careful about referencing potentially-absent html files from the manpage builds. That's an issue that should be solved here on the mailing list. -Peff