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.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 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 1207F1F453 for ; Thu, 31 Jan 2019 04:27:25 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] a few more solver fixups and improvements Date: Thu, 31 Jan 2019 04:27:19 +0000 Message-Id: <20190131042724.2675-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: All going into master and seems to run OK on the main public-inbox.org server without problems. Eric Wong (5): t/config.t: test PublicInbox::Git sharing between inboxes inbox: perform cleanup of Git objects for coderepos solvergit: allow searching on longer-than-needed OIDs solvergit: allow shorter-than-necessary OIDs from user viewvcs: support streaming large blobs lib/PublicInbox/Git.pm | 18 ++++++++++++---- lib/PublicInbox/Inbox.pm | 17 +++++++++++++-- lib/PublicInbox/SolverGit.pm | 41 +++++++++++++++++++++++++++++++++--- lib/PublicInbox/ViewVCS.pm | 37 ++++++++++++++++++++++++++++---- t/config.t | 19 +++++++++++++++++ t/git.t | 4 ++++ t/solver_git.t | 9 ++++++++ 7 files changed, 132 insertions(+), 13 deletions(-) -- EW