From patchwork Tue Jun 25 13:40:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Couder X-Patchwork-Id: 11015601 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4E9D3112C for ; Tue, 25 Jun 2019 13:41:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 401FB2848F for ; Tue, 25 Jun 2019 13:41:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 33A392873A; Tue, 25 Jun 2019 13:41:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DAB022848F for ; Tue, 25 Jun 2019 13:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730870AbfFYNlW (ORCPT ); Tue, 25 Jun 2019 09:41:22 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:32994 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730304AbfFYNlV (ORCPT ); Tue, 25 Jun 2019 09:41:21 -0400 Received: by mail-ed1-f67.google.com with SMTP id i11so27271953edq.0 for ; Tue, 25 Jun 2019 06:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ZfzpubbHAcLJUt4CwStdJgNBdC3xUrbjHUmQ2Q/WJU4=; b=R1dc1z0uAKpyTvKAXSDf+y0ztA0gpACfxnUbJqbeC1CHEJdDFxgFzlrc/x6WReOs2W ku+rjiGiy2VQj0/9kBXWwSkjSdSkCSxjfAlXN5gFmqwCIVOU/slFFBrsybucaGT7l7Q+ QqRgWs0EUTHnvx/1U8WkMubFxz4uzfATbmhNuF4GO+Ux4ph3jltpjMRoS/YPNeECdtIv B0sDEcNxZhLOy/JlcmHaeR9s2a8SFuGj1+T82XXhr907Y200i4W8hSK6VqO+fJepH4ci SLKDPj0w/c3I6p5fzzmeVNoFDb6xsp7KVM2549CQf7zpujmoDB7H2+IKL9k0iDEEyihy YH5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZfzpubbHAcLJUt4CwStdJgNBdC3xUrbjHUmQ2Q/WJU4=; b=NdOd2RmfZ/6kMMzPlyULZnPS4NT8/MHev6kU773ufdcXHgx15QkXo7CnMHFX8a1oef OcSS/cIEQLMW/yOdaksl53dvcfWy+yIFiB92w9WZW3VpIq1P7I4FtP/mcfIqlypIcy2D tbKF/SNvkxRCLKBnzh9jxZoSERiJDJR1Lsnm2+6XlfnBeXcpEJhb3yoOLraJrxuxWeY8 YItrKgsdcYV6YAHcCYbkGdgA7DJwXd4deGU7mZjIDmJGW2p/v/vg4Z7MnN6zOVfZX1W2 EOY7dh092EI1ZJ4Mp2lZk2SlfCboGqtfBDFzl/8v3jyCaKlmsmFDO0I+MUEaqlGvrDTj NQbw== X-Gm-Message-State: APjAAAXUZIfsNt2LfZKk3K8JvAKC9JdRfbulyg568Q+pGzJhQ3LbbBZO 9MahefpsUUqTUD4vkDaUiaUKukfoAnI= X-Google-Smtp-Source: APXvYqxK+WVO5NJySSc1C6d0Ap3Zv1Q55PE10CcooT3BLJ2j+YM8+IB8dFJKbZ/qr9dn0j2aW1441A== X-Received: by 2002:a17:906:9711:: with SMTP id k17mr25203499ejx.298.1561470079426; Tue, 25 Jun 2019 06:41:19 -0700 (PDT) Received: from ubuntu-N150ZU.booking.pcln.com (access-114.38.rev.fr.colt.net. [213.41.38.114]) by smtp.gmail.com with ESMTPSA id v11sm2448445ejx.24.2019.06.25.06.41.18 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 25 Jun 2019 06:41:18 -0700 (PDT) From: Christian Couder X-Google-Original-From: Christian Couder To: git@vger.kernel.org Cc: Junio C Hamano , Jeff King , Ben Peart , Jonathan Tan , Jonathan Nieder , Nguyen Thai Ngoc Duy , Mike Hommey , Lars Schneider , Eric Wong , Christian Couder , Jeff Hostetler , Eric Sunshine , Beat Bolli , =?utf-8?q?SZEDER_G=C3=A1bor?= , Ramsay Jones , Derrick Stolee Subject: [PATCH v6 12/15] remote: add promisor and partial clone config to the doc Date: Tue, 25 Jun 2019 15:40:36 +0200 Message-Id: <20190625134039.21707-13-chriscool@tuxfamily.org> X-Mailer: git-send-email 2.22.0.229.ga13d9ffdf7.dirty In-Reply-To: <20190625134039.21707-1-chriscool@tuxfamily.org> References: <20190625134039.21707-1-chriscool@tuxfamily.org> MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Christian Couder --- Documentation/config/remote.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/config/remote.txt b/Documentation/config/remote.txt index 6c4cad83a2..a8e6437a90 100644 --- a/Documentation/config/remote.txt +++ b/Documentation/config/remote.txt @@ -76,3 +76,11 @@ remote..pruneTags:: + See also `remote..prune` and the PRUNING section of linkgit:git-fetch[1]. + +remote..promisor:: + When set to true, this remote will be used to fetch promisor + objects. + +remote..partialclonefilter:: + The filter that will be applied when fetching from this + promisor remote.