Message ID | pull.1208.v2.git.1652982758.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4ACDC433EF for <git@archiver.kernel.org>; Thu, 19 May 2022 17:53:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243477AbiESRxp (ORCPT <rfc822;git@archiver.kernel.org>); Thu, 19 May 2022 13:53:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243574AbiESRx2 (ORCPT <rfc822;git@vger.kernel.org>); Thu, 19 May 2022 13:53:28 -0400 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E0F820E for <git@vger.kernel.org>; Thu, 19 May 2022 10:52:42 -0700 (PDT) Received: by mail-wr1-x432.google.com with SMTP id j25so8230466wrc.9 for <git@vger.kernel.org>; Thu, 19 May 2022 10:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=+d9ueZVxgPS7MGceLJz3X+PhY8DmVnxxI8LbKpkEpkc=; b=IaxTHMTieSlIBNfyTmbT5ZvL/YqBGnQiurh+OTdk4zU1dg2SnVPQDusecDmMUv694/ /oYri0l/EtutQI5vik9wr7CzjXuXtzxPgB9yk+Zh7D0O3YmrCpWcWzivFaePaAD0Wmjk pNG2dLxJS/PiiMYLl0JYE7aG9O4leJ1K3zh1bkgXjppAXsERvhxHjqtxPVcHLcvoO88F lv6tyNSe0R/S5mv2xd9ajzzk2s1M+4xR86hZqo8Ii5qcBHjvyNFQdckl4IRVpsqET7rR JLHty1R5kaxsWRxvkwuZ9n1+z6gTAGDXGS65ugrMl5qJCa6ZAGp//0ILqHkX4vmtxYrn WvNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=+d9ueZVxgPS7MGceLJz3X+PhY8DmVnxxI8LbKpkEpkc=; b=7EjAWhvbijgIz3KjYsFmmfQx55WX85bSMZeOWvKym2chtl1EQX0hzfgU/gDccHRUld 45dL2am7EKojEVF/G1qVtHUBjRVDJaVZAka+kFkRxQOFHJcuRCoNIhBQx8/9FNkHY192 kyAMyIRNkL6ybAk8qhxokl5bG9pjOCr9Wrsg7Pv+V63L0wq+hTxQTmDG01cnhhBU+QUT NWjE4cGeEGznFyhqOpQWntbcXP5PsTtSfp85YctPUqYLx/CO4NMekyR5piraXQVR9tpt ZRHOtAZQ8gLHyPAuhFWhaomn+2RyW8kLPj2Wb6YtfZEcoWrOzJNfTcYYl6oOaaIR74SS W4Pw== X-Gm-Message-State: AOAM5330XHvjNrLmpdnBM27Z592GmXRpkUi8YawGmVx7e+7uj+aC41Rq Xbqv6AuY40sTF4gOAUH9Ly367ISecBI= X-Google-Smtp-Source: ABdhPJwe/ahUTgrk3kS/EH++JI1scYpBRxOmP+e7Agq8JMHRvVh1mbL8Eo3LYfNGL/rkpLcw8ijUHQ== X-Received: by 2002:adf:f682:0:b0:20d:116f:2e05 with SMTP id v2-20020adff682000000b0020d116f2e05mr5094200wrp.169.1652982760285; Thu, 19 May 2022 10:52:40 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id q6-20020a1cf306000000b00397243d3dbcsm154703wmq.31.2022.05.19.10.52.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 10:52:39 -0700 (PDT) Message-Id: <pull.1208.v2.git.1652982758.gitgitgadget@gmail.com> In-Reply-To: <pull.1208.git.1652724693.gitgitgadget@gmail.com> References: <pull.1208.git.1652724693.gitgitgadget@gmail.com> From: "Derrick Stolee via GitGitGadget" <gitgitgadget@gmail.com> Date: Thu, 19 May 2022 17:52:28 +0000 Subject: [PATCH v2 00/10] Sparse index: integrate with sparse-checkout Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: gitster@pobox.com, vdye@github.com, shaoxuan.yuan02@gmail.com, Derrick Stolee <derrickstolee@github.com> Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
Sparse index: integrate with sparse-checkout
|
expand
|