Message ID | 20250206-toon-clone-refs-v7-0-4622b7392202@iotcl.com (mailing list archive) |
---|---|
Headers | show
Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (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 EC86A19BBA for <git@vger.kernel.org>; Thu, 6 Feb 2025 06:33:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738823634; cv=none; b=kv0ABsqfjVlzt6UDfnhHO3qNG+5SS1MLIuBmAfwExlWbcNLXzff/5i08yx8j80TCNQBMK9AANt9t/TDt/GtNn4oZZEKYpq4IFYjSxYJOq/CpVuIIuyx8lE81C3+qFKu+Mx6mgNN9VHr2V4h7x2LTuDgCLle3pNF1/T2UQUvx+HI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738823634; c=relaxed/simple; bh=sx+GFGWVUK29BiZ7d4mdYorLs9qqGiJ3TjcLKcurIxk=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type: In-Reply-To:References:To:Cc; b=Y+fHuR8PgPzaLTehUBaIxVu0sDrE5P+anwSwiqv7h+baWuB2UqT22XZziViwILrgXHrF/GyKv7q9pyDi2EnXqf25sf6fMJFinc6oLAOp3iyuKZYLWfS//Bz2c3mOaw9noQvo0buu2MprHGScRQI234Z/mecONZVIb5O7tWChQ1A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=iotcl.com; spf=fail smtp.mailfrom=iotcl.com; dkim=pass (1024-bit key) header.d=iotcl.com header.i=@iotcl.com header.b=P5kF+oP5; arc=none smtp.client-ip=91.218.175.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=iotcl.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=iotcl.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=iotcl.com header.i=@iotcl.com header.b="P5kF+oP5" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iotcl.com; s=key1; t=1738823621; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g7rxnwKIi6f0W+Ua3z7ZF0CRim0QKCZotuBSI5Ac9zQ=; b=P5kF+oP5ZX9Oer5OJ4tAbbB6Id5VTZwUeb3c7d4DmMrzAfOVNntlSkAEpESvAzPCgUMQkr NB8ROXnftY6zt4ToV+sBunRuV/Skq44X9JcSpxTba6T36rsM4A7H30MEICrLpa0HjkTGQ6 uy+E5fHXUipTkOOUq29m0qvJjMNnu9M= From: Toon Claes <toon@iotcl.com> Subject: [PATCH v7 0/7] Enable doing a shallow clone of a specific git revision Date: Thu, 06 Feb 2025 07:33:28 +0100 Message-Id: <20250206-toon-clone-refs-v7-0-4622b7392202@iotcl.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-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIALhXpGcC/23NS2rDMBgE4KsEravwv2RLXfUepQtFlhpBagXbm Jbgu1cxtAlxljPwzVzUGIccR/W6u6ghznnMpa+hfdmpcPT9Z9S5q1kRkCCS01MpvQ6n0kc9xDR q33FD3LaUHKmqzrXN3+vi+0fNxzxOZfhZD2a8tusWOGrBGmG7R0AQRo3r9lsuUzjtQ/lSVz7TP 3l6P1N1XfAS0Hk2CI+eb57wiefqUawkHz0D2Ecvf94AMm69aNDkJSVrUJxNj97cPIFsvame28j iE1kOm//m3putb6qHwyHY2HTWpe7eL8vyCzsEkX7hAQAA X-Change-ID: 20241129-toon-clone-refs-ad3623772f92 In-Reply-To: <20250205-toon-clone-refs-v6-0-0bbc8e6d89fd@iotcl.com> References: <20250205-toon-clone-refs-v6-0-0bbc8e6d89fd@iotcl.com> To: git@vger.kernel.org Cc: Kristoffer Haugsbakk <kristofferhaugsbakk@fastmail.com>, =?utf-8?q?Micha?= =?utf-8?q?l_Such=C3=A1nek?= <msuchanek@suse.de>, Patrick Steinhardt <ps@pks.im>, Jeff King <peff@peff.net>, Junio C Hamano <gitster@pobox.com>, Toon Claes <toon@iotcl.com> X-Migadu-Flow: FLOW_OUT |
Series |
Enable doing a shallow clone of a specific git revision
|
expand
|