You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/04/29 20:22:55 UTC

git commit: Remove note about committing to "dev" branch from committer-workflow

Repository: cordova-coho
Updated Branches:
  refs/heads/master 8ce13077b -> 594d809ee


Remove note about committing to "dev" branch from committer-workflow


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/594d809e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/594d809e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/594d809e

Branch: refs/heads/master
Commit: 594d809ee30e16b084a44826181a7a06bda19bce
Parents: 8ce1307
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Apr 29 14:22:32 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Apr 29 14:22:32 2014 -0400

----------------------------------------------------------------------
 docs/committer-workflow.md | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/594d809e/docs/committer-workflow.md
----------------------------------------------------------------------
diff --git a/docs/committer-workflow.md b/docs/committer-workflow.md
index dc23b51..c88d8f1 100644
--- a/docs/committer-workflow.md
+++ b/docs/committer-workflow.md
@@ -138,11 +138,6 @@ The `git rebase -i` step is your chance to clean up the commit messages and to c
  * If it fixes a regression, cherry-pick into the release branch (see CuttingReleases)
    * e.g. To cherry pick the last commit from master: `git cherry-pick -x master`
 
-### Plugins
- * Commit all changes to branch: `dev`
-   * Through '''Cordova 3.0''', `plugman` installed from `master`, which means we couldn't use `master` for development.
-   * Post '''Cordova 3.0''', `plugman` has support for a registry...
-
 ### All other Repos:
  * Commit all changes to branch: `master`