Improve performance and remove race conditions during commit
[nbjgit.git] / README
blob723de6edf1211c54119189d3117642da91cfa1a6
1 Netbeans Git Plugin\r
2 ===================\r
3 \r
4 A versioning plugin for working with Git repositories in Netbeans. It supports\r
5 the basic tasks of status, diff, commit, and log viewing.\r
6 \r
7 It uses the JGit library for accessing repositories. To ease installation\r
8 a JGit jar is distributed with the project source in release/modules/ext/.\r
9 \r
10 More information and documentation are available in the form of JavaHelp files\r
11 which can be found under:\r
13   - javahelp/org/gitscm/nbjgit/docs/\r
15 They will also be accessible via the Help menu when the plugin has been\r
16 installed.\r
18 To download the latest version, check the current status of development, or\r
19 report an issue visit the project page at:\r
21  - http://nbjgit.googlecode.com/\r
23 Installation\r
24 ------------\r
26 This module is still under development and thus may randomly crash, eat\r
27 all your memory, etc. So consider yourself warned! Before installing or\r
28 upgrading make sure you read the release notes and list of known issues.\r
29 They can be found in:\r
31  - javahelp/org/gitscm/nbjgit/docs/news.html\r
32  - javahelp/org/gitscm/nbjgit/docs/issues.html\r
34 To install from source clone the repository and use File > Open Project to\r
35 add it to your project list in Netbeans. Then right click on the new project\r
36 and select "Install/Reload in Development IDE". You are advised to first test\r
37 the plugin by "running" the project.\r