-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_index.html
39 lines (34 loc) · 1.11 KB
/
_index.html
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
<div class="col-md-18">
<h1>Eclipse EGit™</h1>
<a href="/projects/project_summary.php?projectid=technology.egit">About This Project</a>
<p>
EGit is an Eclipse Team provider for the
<a href="https://git-scm.com/">Git version control system</a>. Git is a
distributed SCM, which means every developer has a full copy of all history
of every revision of the code, making queries against the history very fast
and versatile.
</p>
<p>The EGit project is implementing Eclipse tooling on top of the
<a href="https://www.eclipse.org/jgit/">JGit</a> Java implementation of Git.
</p>
<p>
<img src="welcome.png" alt="EGit screenshot">
</p>
</div>
<div class="col-md-6">
<div class="sideitem">
<h6>Committers</h6>
<div class="content">
<ul>
<li>Andrey Loskutov (Advantest)</li>
<li>Christian Halstrick (SAP)</li>
<li>Gunnar Wagenknecht (Salesforce)</li>
<li>Matthias Sohn (SAP)</li>
<li>Max Hohenegger</li>
<li>Michael Keppler</li>
<li>Thomas Wolf</li>
<li>Tomasz Zarna (Tasktop)</li>
</ul>
</div>
</div>
</div>