Remove unused imports from GitCommand
[nbgit.git] / README.markdown
blob87b43fa162ad1ab0eb726567565d5d742c533de7
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 you need to install the "NetBeans Plugin Development"
37 plugin from the plugins menu. Afterwards clone the repository and use
38 File > Open Project to add it to your project list in Netbeans. Then right
39 click on the new project and select "Install/Reload in Development IDE". You
40 are advised to first test the plugin by "running" the project.
42 Getting the Source
43 ------------------
45 Performing a git clone on either of the following repositories will get you
46 the latest source:
48     git clone git://github.com/myabc/nbgit.git
49     git clone git://gitorious.org/nbgit/mainline.git (on gitorious)
51 The following additional mirrors are available:
53     git://repo.or.cz/nbgit.git
54     http://repo.or.cz/r/nbgit.git
56 Licensing and Copyright
57 -----------------------
59 This code is dual-licensed under the **COMMON DEVELOPMENT AND DISTRIBUTION
60 LICENSE (CDDL) Version 1.0** and the **GNU Public License (GPL) v2**. Please see
61 LICENSE for licensing and copyright information.
63 Support
64 -------
66  * **nbgit**: <http://nbgit.org/>
67  * **nbgit Mailing List**: <http://groups.google.com/group/nbgit>