From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 083991F452; Wed, 15 Nov 2023 19:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1700076650; bh=4SeFH5bYaYxqjPqDiaWUy6WR7wDtRE0Qls/lfXNcI0w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zx0f8m5bB/+ShpCC27l1yuT/ZWbWcjf5UtAc6NqdK6d4lb/jWF/troROZOdQOL1WH 1Cx/VZiw0TVWx7oHEvHBlPxvZiZwcgIEqR9FVCS2f7m5s7EE+LT4CYUD8KRyyvg8cO w99PyX547pZdaFE9kG9NcgXIADfgKkCt/gQiR998= Date: Wed, 15 Nov 2023 19:30:49 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: t/cindex.t "associate w/o search" test hangs for me Message-ID: <20231115193049.M914366@dcvr> References: <20231114-prompt-sage-bobcat-0e6bec@nitro> <20231114224657.M270072@dcvr> <20231114-accelerated-myrtle-fulmar-2ea0df@nitro> <20231114234620.M78107@dcvr> <20231114-voracious-diamond-cicada-ac568b@nitro> <20231114-futuristic-orchid-mosquito-81babd@nitro> <20231115010642.M607610@dcvr> <20231114-proficient-able-collie-9aa5c0@nitro> <20231115030928.M139225@dcvr> <20231115-hasty-fearless-ibis-9bbcad@nitro> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231115-hasty-fearless-ibis-9bbcad@nitro> List-Id: Konstantin Ryabitsev wrote: > I'm quite happy to not require libgit2 -- I've always found it easier to just > use git plumbing commands even if this requires exec'ing an external > executable. Yeah, I don't have libgit2 installed on most of my systems, either. Hoping git itself eventually makes it easier to deal with multiple repos... -cindex has to run show-ref on every single coderepo (so over 1k on my gko mirror) even for the incremental no-op case and that gets expensive...