Update JGit to version v0.5.0-77-gff1dc31
[nbgit.git] / README.markdown
blobbc6ea38fe9539b62253e19c49e286b7cd66485ee
1 NetBeans Git Module
2 ===================
4 A versioning plugin for working with Git repositories in Netbeans. Presently,
5 it supports the basic tasks of status, diff, commit, and log viewing. Future
6 versions will increase functionality to provide a full set of 'porcelain'
7 commands.
9 It uses the JGit library for accessing repositories. To ease installation
10 a JGit jar is distributed with the project source in release/modules/ext/.
12 More information and documentation are available in the form of JavaHelp files
13 which can be found under:
15   - javahelp/org/nbgit/docs/
17 They will also be accessible via the Help menu when the plugin has been
18 installed.
20 To download the latest version, check the current status of development, or
21 report an issue visit the project page at:
23  - <http://nbgit.googlecode.com/>
25 Installation
26 ------------
28 This module is still under development and thus may randomly crash, eat
29 all your memory, etc. So consider yourself warned! Before installing or
30 upgrading make sure you read the release notes and list of known issues.
31 They can be found in:
33  - javahelp/org/nbgit/docs/news.html
34  - javahelp/org/nbgit/docs/issues.html
36 To install from source clone the repository and use File > Open Project to
37 add it to your project list in Netbeans. Then right click on the new project
38 and select "Install/Reload in Development IDE". You are advised to first test
39 the plugin by "running" the project.
41 Getting the Source
42 ------------------
44 Performing a git clone on either of the following repositories will get you 
45 the latest source:
47     git clone git://github.com/myabc/nbgit.git
48     git clone git://gitorious.org/nbgit/mainline.git (on gitorious)
50 The following additional mirrors are available:
52     git://repo.or.cz/nbgit.git
53     http://repo.or.cz/r/nbgit.git
55 Licensing and Copyright
56 -----------------------
58 This code is dual-licensed under the **COMMON DEVELOPMENT AND DISTRIBUTION
59 LICENSE (CDDL) Version 1.0** and the **GNU Public License (GPL) v2**. Please see
60 LICENSE for licensing and copyright information.
62 Support
63 -------
65  * **nbgit**: <http://nbgit.org/>
66  * **nbgit Mailing List**: <http://groups.google.com/group/nbgit>