Lines Matching refs:shallow
130 partially cloning the Linux stable git repository. This is called a shallow
134 will avoid some* :ref:`peculiar characteristics of shallow clones the
146 git fetch --shallow-exclude=v6.0 origin
153 git fetch --shallow-exclude=v6.0 origin
299 git fetch --shallow-exclude=v6.0 origin
491 The step-by-step guide outlines how to retrieve Linux' sources using a shallow
508 Noteworthy characteristics of shallow clones
511 The step-by-step guide uses a shallow clone, as it is the best solution for most
515 * This document in most places uses ``git fetch`` with ``--shallow-exclude=``
517 tag). You alternatively can use the parameter ``--shallow-since=`` to specify
534 automatically when using ``--shallow-since=`` or
565 A shallow clone also does not add any significant overhead. For example, when
566 you use ``git clone --depth=1`` to create a shallow clone of the latest mainline
570 A shallow clone therefore is often the better choice. If you nevertheless want
585 nothing that bothers you, instead of a shallow clone perform a full git clone
626 The explanations for both the shallow clone and the full clone both retrieve the
641 When doing this with a shallow clone, remember to call ``git fetch`` with one
1003 If you created a shallow-clone with git, remember what the :ref:`section that