Message ID | cover.1634634814.git.tenglong@alibaba-inc.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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF7F3C433F5 for <git@archiver.kernel.org>; Tue, 19 Oct 2021 11:39:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB9696137C for <git@archiver.kernel.org>; Tue, 19 Oct 2021 11:39:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235406AbhJSLlP (ORCPT <rfc822;git@archiver.kernel.org>); Tue, 19 Oct 2021 07:41:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230361AbhJSLlP (ORCPT <rfc822;git@vger.kernel.org>); Tue, 19 Oct 2021 07:41:15 -0400 Received: from mail-pg1-x535.google.com (mail-pg1-x535.google.com [IPv6:2607:f8b0:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8448AC06161C for <git@vger.kernel.org>; Tue, 19 Oct 2021 04:39:02 -0700 (PDT) Received: by mail-pg1-x535.google.com with SMTP id t7so4635607pgl.9 for <git@vger.kernel.org>; Tue, 19 Oct 2021 04:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LZNF28RzbzMMZMFip6ABYjWUEXRKY2hpiC/NJrfkZA4=; b=j0KgaV7t+X1QlfoqvXzAb3S9kdcvMDlPwulZuv7+Q7DmUbRLBdhi1q6BlQldeMC3UT Lt9FJBXG4BLruSApkQ1+QrO5ZWbrOrlO/fvxiwntyhs55xjjILSfgT+jyW+dGGCGSSf9 oyjeWeoZEldGM7TGUcDIKw2bWa4XMOI6pf8QG6lQCMe2oja4yUtgWlB6cGudfsezhrHv 830RK0GV0MmVLWKFIPjfNINDBNWL0SBMH97RiISvmR2nORsHd4FWEFITt/efyM4GCyQ5 PWqLIg8EpaxyLwFGBmqp/4DRIfnYJ1IdPkAdcE57v/DqS3hKgUILKeldvLByOc+sO+hZ G4Uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LZNF28RzbzMMZMFip6ABYjWUEXRKY2hpiC/NJrfkZA4=; b=rcunYEykct7gwSdHF7svrKMrUEk42YOczLnV2CyNSsyDYaPgQ2ayVUbgccdaiPiKsJ ilqFJqZpIuNQERcNmom5XDLeykPr6Qw7jl+LHGjshbAmNnMT/Lc2Njbxc0j6lUoOfSiD po/tk+xg6sDHW27wm/vNbSjfVC6AxbTgWj+Oo3JcGvH+m5KSfAbL9TC1QZK9lUSY4sxA B97GI580A+/fSitLMo8m5Hg3ZM5wBK2/lD0ogiLLmnG5RPnhgaYsPuNmZ9Li77yOMRVn wXzOkOsWD0+76XogyL2MQsj7mWKfItdCd1Cm2I5J60G9dLRYS74LYKZwzpbobYocoXti g2sA== X-Gm-Message-State: AOAM53364fM1299hbq78P7XiHLMYUUuawt/LVn9J+1h/HruQT1ozgcko J07gCZOeunuROVps51+h+TvGZWQOguc= X-Google-Smtp-Source: ABdhPJxpQwYYwBkby7vKb5fNu6Pn0afD1qA2NH68Ldos4PCevSa1ttPhvpCrCtexOH4B2pcn1dZdmw== X-Received: by 2002:a63:20f:: with SMTP id 15mr28016864pgc.319.1634643541705; Tue, 19 Oct 2021 04:39:01 -0700 (PDT) Received: from localhost.localdomain ([205.204.117.96]) by smtp.gmail.com with ESMTPSA id l207sm16430861pfd.199.2021.10.19.04.38.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Oct 2021 04:39:01 -0700 (PDT) From: Teng Long <dyroneteng@gmail.com> X-Google-Original-From: Teng Long <tenglong@alibaba-inc.com> To: git@vger.kernel.org Cc: gitster@pobox.com, avarab@gmail.com, jonathantanmy@google.com, bagasdotme@gmail.com, adlternative@gmail.com, stolee@gmail.com, Teng Long <tenglong@alibaba-inc.com> Subject: [PATCH v6 00/12] packfile-uri: support excluding multiple object types Date: Tue, 19 Oct 2021 19:38:24 +0800 Message-Id: <cover.1634634814.git.tenglong@alibaba-inc.com> X-Mailer: git-send-email 2.31.1.453.g945ddc3a74.dirty In-Reply-To: <cover.1629805395.git.dyroneteng@gmail.com> References: <cover.1629805395.git.dyroneteng@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
packfile-uri: support excluding multiple object types
|
expand
|