From patchwork Mon Jan 14 06:10:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Couder X-Patchwork-Id: 10761677 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 EE41591E for ; Mon, 14 Jan 2019 06:13:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D29CD28923 for ; Mon, 14 Jan 2019 06:13:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C37E8289F9; Mon, 14 Jan 2019 06:13:06 +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 6773E28923 for ; Mon, 14 Jan 2019 06:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726449AbfANGLO (ORCPT ); Mon, 14 Jan 2019 01:11:14 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:40126 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726306AbfANGLO (ORCPT ); Mon, 14 Jan 2019 01:11:14 -0500 Received: by mail-wm1-f66.google.com with SMTP id f188so7561556wmf.5 for ; Sun, 13 Jan 2019 22:11:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Sbwf+v9HnNnLhbc+/S7LHRbnJHvNyQBb6NH60KRzG7Y=; b=CByuafAfwSP4M3vwJ2PYB8UvyvJG2+0tGHt1x1OM9QONRTP9CfXUyST8bbzytArFSE AaunL+fSdPDw1AiyXtbLVgLIddm593dzXfQymV/TlZkSDUitnkxlBm9WunNRddVjHHmL Cuw6DfnicdOjlp14HBMhA4i6IjTIH3mQhbhAQou+7UEt6FZB5Bz9NF99H0tMAycwoM5k tAAsHaXofiifAKv25vClhiq2qSYvc+sAIPHNn7c/U7jJ74hTxapUh4MrzCF8jnUCo+PN An0G3kvqHbyIA5cQiP8h1HXg6b1NBDXCc9P4g5+OI0wu8Owb06Cdz9Hd3mzm2RRI1rOF 60zw== 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:mime-version :content-transfer-encoding; bh=Sbwf+v9HnNnLhbc+/S7LHRbnJHvNyQBb6NH60KRzG7Y=; b=oGhyu5EcGQ0Xb7ez5wSpK3WcyNSlB//zkBPUQxEN8l7ZyMSTRch44jv6u7TCWWko+0 eDEctLcosoUoouDrV43JHzluc+qrTZLOWZS9ZM76/1VLvQJvnz+g2WurKhWTMhAdULLe aRVoDPdMu+vo02t0YhHEgIla7+2hN7bPxb8UgPFB3sm5/I5VMDeEHJotetrwYcuRpCwz iGUU7hxSyfjkPIy2xRyyFU+Qoh4D4WjD/KXZaqY/+40f/+3qVPZhO56UIQO9gNDhYR96 oyZ8RilKXT13pYdfLLhQsFq2ASNw1TytSHfGohd1ni1WmriOS22HfeIx9VTeRSxVaIXK YXVg== X-Gm-Message-State: AJcUukdZutNOZjxU8hBHseOo5aqD3Ouj/8UVeDxhL2HrKtQ8SyAfXYqm WLWYNMf6Z6nsH80Q+Z+X8yxxcXqQ X-Google-Smtp-Source: ALg8bN5yvQN8BqccpzlrF45NOMXp20ZisTsSvPg4Z6+/VrF/4qQD5e9uL6Z3nS3+m6xBjgf/gNyMyA== X-Received: by 2002:a1c:f207:: with SMTP id s7mr10220716wmc.87.1547446271637; Sun, 13 Jan 2019 22:11:11 -0800 (PST) Received: from localhost.localdomain ([2a04:cec0:105a:2af8:35f7:f053:bef4:8540]) by smtp.gmail.com with ESMTPSA id x15sm69487113wrs.27.2019.01.13.22.11.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Jan 2019 22:11:10 -0800 (PST) From: Christian Couder X-Google-Original-From: Christian Couder To: git@vger.kernel.org Cc: Junio C Hamano , Jonathan Tan , Jonathan Nieder , Jeff Hostetler , Christian Couder Subject: [PATCH] partial-clone: add missing 'is' in doc Date: Mon, 14 Jan 2019 07:10:52 +0100 Message-Id: <20190114061052.3380-1-chriscool@tuxfamily.org> X-Mailer: git-send-email 2.20.1.99.g3004991f5d 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/technical/partial-clone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/technical/partial-clone.txt b/Documentation/technical/partial-clone.txt index 1ef66bd788..896c7b3878 100644 --- a/Documentation/technical/partial-clone.txt +++ b/Documentation/technical/partial-clone.txt @@ -114,7 +114,7 @@ their ".pack" and ".idx" files. that it has, either because the local repository has that object in one of its promisor packfiles, or because another promisor object refers to it. + -When Git encounters a missing object, Git can see if it a promisor object +When Git encounters a missing object, Git can see if it is a promisor object and handle it appropriately. If not, Git can report a corruption. + This means that there is no need for the client to explicitly maintain an