git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] gitmodules: clarify what history depth a shallow clone has
@ 2017-04-19  7:56 Sebastian Schuberth
  2017-04-19 16:48 ` Stefan Beller
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Schuberth @ 2017-04-19  7:56 UTC (permalink / raw)
  To: git

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
---
 Documentation/gitmodules.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index 8f7c50f..6f39f24 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/gitmodules.txt
@@ -84,8 +84,8 @@ submodule.<name>.ignore::
 
 submodule.<name>.shallow::
 	When set to true, a clone of this submodule will be performed as a
-	shallow clone unless the user explicitly asks for a non-shallow
-	clone.
+	shallow clone (with a history depth of 1) unless the user explicitly
+	asks for a non-shallow clone.
 
 
 EXAMPLES

--
https://github.com/git/git/pull/347

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitmodules: clarify what history depth a shallow clone has
  2017-04-19  7:56 [PATCH] gitmodules: clarify what history depth a shallow clone has Sebastian Schuberth
@ 2017-04-19 16:48 ` Stefan Beller
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Beller @ 2017-04-19 16:48 UTC (permalink / raw)
  To: Sebastian Schuberth; +Cc: git@vger.kernel.org

On Wed, Apr 19, 2017 at 12:56 AM, Sebastian Schuberth
<sschuberth@gmail.com> wrote:
> Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>

Thanks,
Stefan

> ---
>  Documentation/gitmodules.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
> index 8f7c50f..6f39f24 100644
> --- a/Documentation/gitmodules.txt
> +++ b/Documentation/gitmodules.txt
> @@ -84,8 +84,8 @@ submodule.<name>.ignore::
>
>  submodule.<name>.shallow::
>         When set to true, a clone of this submodule will be performed as a
> -       shallow clone unless the user explicitly asks for a non-shallow
> -       clone.
> +       shallow clone (with a history depth of 1) unless the user explicitly
> +       asks for a non-shallow clone.
>
>
>  EXAMPLES
>
> --
> https://github.com/git/git/pull/347

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-19 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19  7:56 [PATCH] gitmodules: clarify what history depth a shallow clone has Sebastian Schuberth
2017-04-19 16:48 ` Stefan Beller

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).