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-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 812F01F54E for ; Mon, 22 Aug 2022 02:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1661135626; bh=rcBaK2Uo/pnmNmxD6PW/Zcd1qCWOXcqXnSKB8/NmxuY=; h=From:To:Subject:Date:From; b=qdKzZIYo1gzqzKIGVfW6YjKFTMp9zAD6QsiR/lBPHET5iICVzajdoRxR04q1qCPaO YVw65e5tKCh7X7nVNcuw8InFACHoBonREf7gz0f8w4VpnA99VYWgGr5QhRxha9A2yZ Sb52Whjkb1yFHwjGpC5kLf7TRDKXcroSGfuUgTGk= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] an even bigger git show than before... Date: Mon, 22 Aug 2022 02:33:39 +0000 Message-Id: <20220822023346.938859-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We can do things with patch emails, we might as well do some things with git commits for folks with coderepos configured. Eric Wong (7): config: fix confusing space in ->repo_objs xt/solver: improve diagnostics www: /s/: 404 for unconfigured coderepos qspawn: add type comments in a few places qspawn: improve error reporting and handling viewvcs: drop pointless variable assignment viewvcs: start improving display of git commits lib/PublicInbox/Config.pm | 2 +- lib/PublicInbox/LeiBlob.pm | 4 +- lib/PublicInbox/Qspawn.pm | 33 +++++----- lib/PublicInbox/SolverGit.pm | 28 ++++----- lib/PublicInbox/ViewVCS.pm | 116 +++++++++++++++++++++++++++++++---- lib/PublicInbox/WWW.pm | 3 +- lib/PublicInbox/WwwStream.pm | 9 +++ t/qspawn.t | 14 ++++- xt/solver.t | 7 +-- 9 files changed, 162 insertions(+), 54 deletions(-)