From bac58749bb2cd04720a4d5a1f58ebc428869f9a2 Mon Sep 17 00:00:00 2001 From: "Stephen P. Smith" Date: Tue, 29 Dec 2015 11:54:35 -0700 Subject: glossary: define the term shallow clone 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. Signed-off-by: Stephen P. Smith Signed-off-by: Junio C Hamano --- Documentation/glossary-content.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/glossary-content.txt') diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 4e0b971824..c408d72582 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -504,6 +504,11 @@ 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:: + Mostly a synonym to <> + but the phrase makes it more explicit that it was created by + running `git clone --depth=...` command. + [[def_shallow_repository]]shallow repository:: A shallow <> has an incomplete history some of whose <> have <> cauterized away (in other -- cgit 1.2.3-korg