Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBD761070D for ; Wed, 11 Mar 2015 10:32:21 +0000 (UTC) Received: (qmail 29405 invoked by uid 500); 11 Mar 2015 10:32:21 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 29378 invoked by uid 500); 11 Mar 2015 10:32:21 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 29368 invoked by uid 99); 11 Mar 2015 10:32:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 10:32:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EBF46E0B1A; Wed, 11 Mar 2015 10:32:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: an-selm@apache.org To: commits@cordova.apache.org Message-Id: <0d7db60a4d0f4078b9c9935745177eed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-cli git commit: CB-8634 Adds docs about support for custom branches for `cordova platform add` Date: Wed, 11 Mar 2015 10:32:20 +0000 (UTC) Repository: cordova-cli Updated Branches: refs/heads/master 055878875 -> 2eaebd890 CB-8634 Adds docs about support for custom branches for `cordova platform add` This closes #210 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/2eaebd89 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/2eaebd89 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/2eaebd89 Branch: refs/heads/master Commit: 2eaebd89064604e85ebde068b38a4ec080da2e61 Parents: 0558788 Author: Omar Mefire Authored: Mon Mar 9 11:23:27 2015 -0700 Committer: Vladimir Kotikov Committed: Wed Mar 11 13:31:58 2015 +0300 ---------------------------------------------------------------------- doc/platform.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/2eaebd89/doc/platform.txt ---------------------------------------------------------------------- diff --git a/doc/platform.txt b/doc/platform.txt index 9be5ad9..36f439f 100644 --- a/doc/platform.txt +++ b/doc/platform.txt @@ -29,11 +29,14 @@ Manage project platforms Syntax : - || + || : [@] + : + [#] + ........................ platform (typically from npm registry) ............................ path to a directory containing a platform @@ -42,6 +45,9 @@ Syntax ............................. url to a git repository containing a platform ......................... major.minor.patch version specifier + + .......................... name of the branch to checkout after cloning the git repo + if none is specified, the 'master' branch will be checked out aliases: platforms -> platform rm -> remove --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org