Message ID | 20250309030101.GA2334064@coredump.intra.peff.net (mailing list archive) |
---|---|
Headers | show
Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D3B74A0F for <git@vger.kernel.org>; Sun, 9 Mar 2025 03:01:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=104.130.231.41 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741489273; cv=none; b=MaLGipBvytgx8amUzioMHnELVCFRnXN1DlgmT6wMpqyjf2dl9BlAj2S9ZoIR02QOIkkPKLVWaQJNJU4TgYkExIaYrvMVuyTjSofuNy/t2PA+isJNWzqhxS2VRclgLoAD3D0WdhyB9PFFjNQIZmcbIFfCk/WnXnkXdD0KCE4xqpI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741489273; c=relaxed/simple; bh=YlKOmceLtkd+4/3BgAOs0Qpb8YVvwiZmNreK22JSruQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UHHOui+vKoCWC8ISDyX/WANWYvyUlvs/A7IQzCysDFeSkKGTj9CudiatuotUtAohIqgUljXLDMw8GHbAhR7wZj3F7p8ISC72Msxz6QoyclJ6aPHEGJSkMKGlPAzAyMz8vc7A7vQZz23NEacPeskRSV7ahibj+yr6wEs+BBpsuws= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=peff.net; spf=pass smtp.mailfrom=peff.net; dkim=pass (2048-bit key) header.d=peff.net header.i=@peff.net header.b=XkBZkQdw; arc=none smtp.client-ip=104.130.231.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=peff.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=peff.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=peff.net header.i=@peff.net header.b="XkBZkQdw" Received: (qmail 4608 invoked by uid 109); 9 Mar 2025 03:01:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=peff.net; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:in-reply-to; s=20240930; bh=YlKOmceLtkd+4/3BgAOs0Qpb8YVvwiZmNreK22JSruQ=; b=XkBZkQdw36q1RrGbYTRvD7wNoTa0dIm0tcBlUwlllgu4C2nGFv5h/aH8CBY1p9lkPgflfBG8uxWnYX63EhML7wjt3NQbFuwsGuhudeKg7KVLrAXZKUCQTEvp2+zEbfSUe8EUR07qOpFGdETTfolrg3O3ovLM1yVOsnr9PAIjLu1SAGI/mbpf8uYK8G1E2AvAyglbo6+hHFYewiF2kS+yelP6X7I3pDqv0+D9m9mZ696yAYZH7bNLlaNYslbt0znu78e87dQHzvWx+xjl6gjFGnDagyBn8q7XXXw4tE9hFBA0UBiY8jOloI2OzEjRUgSNydmxMymB3Dz+aYUZ8ieXug== Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Sun, 09 Mar 2025 03:01:04 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 4797 invoked by uid 111); 9 Mar 2025 03:01:02 -0000 Received: from coredump.intra.peff.net (HELO coredump.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Sat, 08 Mar 2025 22:01:02 -0500 Authentication-Results: peff.net; auth=none Date: Sat, 8 Mar 2025 22:01:01 -0500 From: Jeff King <peff@peff.net> To: Taylor Blau <me@ttaylorr.com> Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>, Igor Todorovski <itodorov@ca.ibm.com>, Bence Ferdinandy <bence@ferdinandy.com> Subject: [PATCH 0/9] fetch: further ref-prefix cleanups and optimizations Message-ID: <20250309030101.GA2334064@coredump.intra.peff.net> References: <71075837-D0AA-4F01-9F5D-CA10BFE93B63@ca.ibm.com> <61147be4b9a0ee76f1fe0f3376d7316205da350c.1741389941.git.me@ttaylorr.com> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: <git.vger.kernel.org> List-Subscribe: <mailto:git+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:git+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <61147be4b9a0ee76f1fe0f3376d7316205da350c.1741389941.git.me@ttaylorr.com> |
Series |
fetch: further ref-prefix cleanups and optimizations
|
expand
|