From fea0ed6ae1641664736a0775b1fe27db35ff77aa Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 12 Nov 2010 12:10:37 +0100 Subject: [PATCH] Update README with note on official Oracle plugin Signed-off-by: Alex Coles --- README.markdown | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.markdown b/README.markdown index 87b43fa..358bab9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,33 @@ NetBeans Git Module =================== +Note +---- + +### Official Oracle-developed Plugin + +Oracle have now begun development of an official NetBeans Git plugin. You can +follow the development of this plugin on the NetBeans wiki: + + - + +You can also subscribe to the mailing list for more detailed discussion of the +plugin's development: + + - git@versioncontrol.netbeans.org + +Code for the plugin has already landed in the NetBeans "silver" repository. +Unfortunately, NetBeans and official plugins are not developed with Git, but +with Mercurial (hg). To clone the repository: + + hg clone http://hg.netbeans.org/main-silver/ + +Please note: the repository is large and cloning can take a considerable amount +of time. + +Introduction +------------ + A versioning plugin for working with Git repositories in Netbeans. Presently, it supports the basic tasks of status, diff, commit, and log viewing. Future versions will increase functionality to provide a full set of 'porcelain' -- 2.11.4.GIT