From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephen P. Smith" Subject: [PATCH V2 1/2] glossary: define the term shallow clone Date: Tue, 22 Dec 2015 11:38:04 -0700 Message-ID: <1450809484-1427-1-git-send-email-ischis2@cox.net> References: Cc: Eric Sunshine , "Stephen P. Smith" To: Git List X-From: git-owner@vger.kernel.org Tue Dec 22 19:38:12 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aBRp3-0005Rz-8Z for gcvg-git-2@plane.gmane.org; Tue, 22 Dec 2015 19:38:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754836AbbLVSiE (ORCPT ); Tue, 22 Dec 2015 13:38:04 -0500 Received: from fed1rmfepo102.cox.net ([68.230.241.144]:39564 "EHLO fed1rmfepo102.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754674AbbLVSht (ORCPT ); Tue, 22 Dec 2015 13:37:49 -0500 Received: from fed1rmimpo209 ([68.230.241.160]) by fed1rmfepo102.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20151222183747.YGMJ7752.fed1rmfepo102.cox.net@fed1rmimpo209> for ; Tue, 22 Dec 2015 13:37:47 -0500 Received: from thunderbird ([68.231.74.134]) by fed1rmimpo209 with cox id widn1r00F2tqoqC01idnH4; Tue, 22 Dec 2015 13:37:47 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.5679987B.031C,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=RNFt6fe+ c=1 sm=1 a=/Rt4pg3TtX3KzfzhvVoEow==:17 a=kviXuzpPAAAA:8 a=wUQvQvOEmiQA:10 a=kow_irVVCRMgtvj5X0UA:9 a=/Rt4pg3TtX3KzfzhvVoEow==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from thunderbird.smith.home (thunderbird [127.0.0.1]) by thunderbird (Postfix) with ESMTP id 2DF3213F6F3; Tue, 22 Dec 2015 11:38:35 -0700 (MST) X-Mailer: git-send-email 2.6.3.368.gf34be46 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: There are several places in the documentation that the term shallow clone is used. Defining the term enables its use elsewhere with a known definition. --- Documentation/glossary-content.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index e225974..cecc83d 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -531,6 +531,10 @@ The most notable example is `HEAD`. "Secure Hash Algorithm 1"; a cryptographic hash function. In the context of Git used as a synonym for <>. +[[def_shallow_clone]]shallow clone:: + A clone of a <> which creates a + <>. + [[def_shallow_repository]]shallow repository:: A shallow <> has an incomplete history some of whose <> have <> cauterized away (in other -- 2.6.3.368.gf34be46