Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 28bfd9a01e22c14c7e98b8d160b6785e911478c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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.

This package is licensed under the EPL. 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.

Support
-------

Post question or comments to the egit-dev@eclipse.org mailing list.
You need to be subscribed to post, see here:

https://dev.eclipse.org/mailman/listinfo/egit-dev

Bugs are tracked in [Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Technology&component=GitHub&list_id=11227256&product=EGit&query_format=advanced)

Create new bugs [here](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit;component=GitHub)


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 Contributor Guide:

https://wiki.eclipse.org/EGit/GitHub/ContributorGuide


About Git
---------

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

http://git-scm.com/

Back to the top