Andrew Grieve created CB-8908:
---------------------------------

             Summary: plugman should use --depth=0 when cloning plugins from git
                 Key: CB-8908
                 URL: https://issues.apache.org/jira/browse/CB-8908
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


More specifically:

Supported since git 1.7.0:
{code}
git clone --branch FOO --depth=1 repo
{code}

Supported since git 1.7.10:
{code}
git clone --single-branch --branch FOO --depth=1 repo
{code}

This will generally clone much faster.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to