You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/24 22:07:39 UTC

[jira] [Commented] (CB-8908) plugman should use --depth=0 when cloning plugins from git

    [ https://issues.apache.org/jira/browse/CB-8908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511645#comment-14511645 ] 

ASF subversion and git services commented on CB-8908:
-----------------------------------------------------

Commit 860ff12b2507df67946a6a1801599c88fa260ff8 in cordova-lib's branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=860ff12 ]

CB-8908 Make fetching via git faster via --depth=1


> 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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org