Remove cvs feature

This isn't used anymore since a long time.

Change-Id: I4c3a4220c33963f489d65d9fb3af7ec3ca33c0b9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
1 file changed
tree: f5a12c5e5262419276d971297aad058443951643
  1. icons/
  2. org.eclipse.egit.github.core/
  3. org.eclipse.egit.github.core.tests/
  4. org.eclipse.mylyn.github-feature/
  5. org.eclipse.mylyn.github-site/
  6. org.eclipse.mylyn.github.core/
  7. org.eclipse.mylyn.github.doc/
  8. org.eclipse.mylyn.github.target/
  9. org.eclipse.mylyn.github.tests/
  10. org.eclipse.mylyn.github.ui/
  11. tools/
  12. .gitignore
  13. CONTRIBUTING.md
  14. DEPENDENCIES
  15. LICENSE
  16. pom.xml
  17. README.md
README.md

Eclipse EGit GitHub Connector

EGit GitHub Connector is an Eclipse plugin for working with Git repositories hosted on Github. It is based on the JGit library, which is a Git implementation in pure Java, and integrates with EGit, which is the Eclipse Git Team Provider, and uses the Mylyn framework.

This package is licensed under the EPL 2.0 . Please refer to the LICENSE file for the complete license.

Compatibility

  • In general, EGit supports at least the latest two Eclipse releases. For details, please see https://wiki.eclipse.org/EGit/FAQ

  • Newer version of EGit may implement new functionality, remove existing functions and change others without other notice than what is written in the commit log and source files themselves.

  • The EGit GitHub Connector uses the GitHub REST API v3.

Installation

Install the EGit GitHub Connector into Eclipse from the official update sites:

See also the EGit Downloads web page.

Documentation

On-line documentation is available, and is also available in the Eclipse Help when the feature is installed.

Support

Post questions or comments to the egit-dev@eclipse.org mailing list. You need to be subscribed to post.

Bugs are tracked in Bugzilla. Create new bugs here.

Contributing

This project does not use pull requests. Pull requests to this GitHub repository will be ignored.

Push patches to Gerrit at https://git.eclipse.org/r/egit/egit-github as explained in the EGit Contributor Guide.

About Git

More information about Git, its repository format, and the canonical C based implementation can be obtained from the Git website.