EGit/FAQ 客官°小女子只卖身不卖艺 2022-08-22 13:16 394阅读 0赞 # EGit/FAQ # < [EGit][] * [User Guide][] * [Contributor Guide][] * FAQ * [Learning][] * [Planning][] * [Release Notes][] <table style="width:20em; margin:0px 0px 0.5em 1em; border:1px solid rgb(170,170,170); float:right; clear:right; border-collapse:collapse"> <tbody style=""> <tr style=""> <td align="center" style="padding:0px 5px; background:rgb(204,204,255)"><span style="">EGit</span></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px"><a href="http://www.eclipse.org/egit/" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Website</a></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px"><a href="https://www.eclipse.org/egit/download" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Download</a></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px; background:rgb(238,238,255)"><span style="">Community</span></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px"><a href="https://dev.eclipse.org/mailman/listinfo/egit-dev" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Mailing List</a> • <a href="http://www.eclipse.org/forums/eclipse.egit" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Forums</a> • <a style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">IRC</a></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px; background:rgb(238,238,255)"><span style="">Bugzilla</span></td> </tr> <tr style=""> <td align="center" style="font-size:14px; padding:0px 5px"><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=EGit&component=" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Open</a></td> </tr> <tr style=""> <td align="center" style="font-size:14px; padding:0px 5px"><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=EGit&component=&keywords=helpwanted" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Help Wanted</a></td> </tr> <tr style=""> <td align="center" style="font-size:14px; padding:0px 5px"><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=EGit&component=&keywords=bugday" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Bug Day</a></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px; background:rgb(238,238,255)"><span style="">Contribute</span></td> </tr> <tr style=""> <td align="center" style="padding:0px 5px"><a href="http://git.eclipse.org/c/egit" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Browse Source</a> • <a href="http://git.eclipse.org/c/egit/egit.git/tree/egit.psf" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Project Set File</a></td> </tr> </tbody> </table> ## Contents ## \[[hide][]\] * [1 What is Git?][1_What is Git] * [2 What is JGit?][2_What is JGit] * [3 What is EGit?][3_What is EGit] * [4 What is New and Noteworthy?][4_What is New and Noteworthy] * [5 Where can I find older releases of EGit?][5_Where can I find older releases of EGit] * [5.1 Retention Policy][5.1_Retention Policy] * [5.2 Latest builds of EGit][5.2_Latest builds of EGit] * [6 What versions of Eclipse does EGit target?][6_What versions of Eclipse does EGit target] * [7 What are the main differences between original Git and JGit(EGit)?][7_What are the main differences between original Git and JGit_EGit] * [8 What is the mapping Git commands to EGit operations?][8_What is the mapping Git commands to EGit operations] * [9 How compatible is EGit with Git?][9_How compatible is EGit with Git] * [9.1 config][9.1_config] * [9.2 Environment][9.2_Environment] * [9.3 SSH config][9.3_SSH config] * [9.3.1 Using PuTTY Agent on Windows for SSH Keys][9.3.1_Using PuTTY Agent on Windows for SSH Keys] * [9.3.2 Store SSH Key Passphrase in Mac Keyring][9.3.2_Store SSH Key Passphrase in Mac Keyring] # What is Git? # [Git][] is a distributed SCM/VCS, 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. The EGit project is implementing Eclipse tooling on top of a Java implementation of Git. # What is JGit? # JGit is a [EDL/BSD][EDL_BSD] licensed, lightweight, pure Java library implementing the [Git][] version control file access routines, network protocols, and core version control algorithms. # What is EGit? # EGit is an [EPL][] licensed Eclipse Team provider for [Git][], built on top of JGit. # What is New and Noteworthy? # You can find the latest changes for EGit and JGit below: * [New and Noteworthy for EGit][Release Notes] * [New and Noteworthy for JGit][] # Where can I find older releases of EGit? # It's recommended to use the latest released version of EGit, which is always available in this p2 repository (update site):[http://download.eclipse.org/egit/updates][http_download.eclipse.org_egit_updates] In case you need an older version, try an older repository, the following table lists the stable URL of all released EGit p2 repositories. Note: open the p2 repository URL from the Eclipse installation wizard (Help > Install New Software) and add it as a new "Software Site". You may use the[p2 browser][] to inspect the content of a p2 repository. <table style=""> <tbody style=""> <tr style=""> <th style="">Release Version</th> <th style="">Release Date</th> <th style="">p2 repository URL</th> <th style="">browse p2 repository</th> <th style="">download p2 repository</th> </tr> <tr style=""> <td style="">4.2.0.201601211800-r (latest release)</td> <td style="">2016-01-21</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.2/org.eclipse.egit.repository-4.2.0.201601211800-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.2.0.201601211800-r</a></td> </tr> <tr style=""> <td style="">4.1.1.201511131810-r</td> <td style="">2015-11-13</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.1.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.1.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.1.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.1.1/org.eclipse.egit.repository-4.1.1.201511131810-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.1.1.201511131810-r</a></td> </tr> <tr style=""> <td style="">4.1.0.201509280440-r</td> <td style="">2015-09-28</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.1/org.eclipse.egit.repository-4.1.0.201509280440-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.1.0.201509280440-r</a></td> </tr> <tr style=""> <td style="">4.0.3.201509231615-r</td> <td style="">2015-09-23</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.0.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.0.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.0.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.3/org.eclipse.egit.repository-4.0.3.201509231615-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.0.3.201509231615-r</a></td> </tr> <tr style=""> <td style="">4.0.2.201509141540-r</td> <td style="">2015-09-14</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.0.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.0.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.0.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.2/org.eclipse.egit.repository-4.0.2.201509141540-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.0.2.201509141540-r</a></td> </tr> <tr style=""> <td style="">4.0.1.201506240215-r</td> <td style="">2015-06-24</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.0.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.0.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.0.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0.1/org.eclipse.egit.repository-4.0.1.201506240215-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.0.1.201506240215-r</a></td> </tr> <tr style=""> <td style="">4.0.0.201506090130-r</td> <td style="">2015-06-24</td> <td style=""><a href="http://download.eclipse.org/egit/updates-4.0" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-4.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-4.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-4.0/org.eclipse.egit.repository-4.0.0.201506090130-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">4.0.0.201506090130-r</a></td> </tr> <tr style=""> <td style="">3.7.1.201504261725-r</td> <td style="">2015-04-26</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.7.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.7.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.7.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.7.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.7.1/org.eclipse.egit.repository-3.7.1.201504261725-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.7.1.201504261725-r</a></td> </tr> <tr style=""> <td style="">3.7.0.201502260915-r</td> <td style="">2015-02-22</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.7" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.7</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.7/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.7</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.7/org.eclipse.egit.repository-3.7.0.201502260915-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.7.0.201502260915-r</a></td> </tr> <tr style=""> <td style="">3.6.2.201501210735-r</td> <td style="">2015-01-21</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.6.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.6.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.6.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6.2/org.eclipse.egit.repository-3.6.2.201501210735-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.6.2.201501210735-r</a></td> </tr> <tr style=""> <td style="">3.6.1.201501031845-r</td> <td style="">2015-01-03</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.6.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.6.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.6.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6.1/org.eclipse.egit.repository-3.6.1.201501031845-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.6.1.201501031845-r</a></td> </tr> <tr style=""> <td style="">3.6.0.201412230720-r</td> <td style="">2014-12-23</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.6" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.6</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.6</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.6/org.eclipse.egit.repository-3.6.0.201412230720-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.6.0.201412230720-r</a></td> </tr> <tr style=""> <td style="">3.5.3.201412180710-r</td> <td style="">2014-12-19</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.5.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.5.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.5.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.3/org.eclipse.egit.repository-3.5.3.201412180710-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.5.3.201412180710-r</a></td> </tr> <tr style=""> <td style="">3.5.2.201411120430-r</td> <td style="">2014-11-12</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.5.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.5.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.5.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.2/org.eclipse.egit.repository-3.5.2.201411120430-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.5.2.201411120430-r</a></td> </tr> <tr style=""> <td style="">3.5.1.201410131835-r</td> <td style="">2014-10-14</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.5.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.5.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.5.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5.1/org.eclipse.egit.repository-3.5.1.201410131835-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.5.1.201410131835-r</a></td> </tr> <tr style=""> <td style="">3.5.0.201409260305-r</td> <td style="">2014-09-24</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.5" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.5</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.5</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.5/org.eclipse.egit.repository-3.5.0.201409260305-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.5.0.201409260305-r</a></td> </tr> <tr style=""> <td style="">3.4.2.201412180340-r</td> <td style="">2014-12-19</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.4.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.4.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.4.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4.2/org.eclipse.egit.repository-3.4.2.201412180340-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.4.2.201412180340-r</a></td> </tr> <tr style=""> <td style="">3.4.1.201406201815-r</td> <td style="">2014-06-23</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.4.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.4.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.4.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4.1/org.eclipse.egit.repository-3.4.1.201406201815-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.4.1.201406201815-r</a></td> </tr> <tr style=""> <td style="">3.4.0.201406110918-r</td> <td style="">2014-06-18</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.4" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.4</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.4</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.4/org.eclipse.egit.repository-3.4.0.201406110918-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.4.0.201406110918-r</a></td> </tr> <tr style=""> <td style="">3.3.2.201404171909-r</td> <td style="">2014-04-17</td> <td style=""><a href="http://download.eclipse.org/egit/updates-3.3.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-3.3.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.3.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3.2/org.eclipse.egit.repository-3.3.2.201404171909-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.3.2.201404171909-r</a></td> </tr> <tr style=""> <td style="">3.3.1.201403241930-r</td> <td style="">2014-03-25</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.3.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.3.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.3.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3.1/org.eclipse.egit.repository-3.3.1.201403241930-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.3.1.201403241930-r</a></td> </tr> <tr style=""> <td style="">3.3.0.201403021825-r</td> <td style="">2014-02-28</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.3/org.eclipse.egit.repository-3.3.0.201403021825-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.3.0.201403021825-r</a></td> </tr> <tr style=""> <td style="">3.2.0.201312181205-r</td> <td style="">2013-12-18</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.2/org.eclipse.egit.repository-3.2.0.201312181205-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.2.0.201312181205-r</a></td> </tr> <tr style=""> <td style="">3.1.0.201310021548-r</td> <td style="">2013-10-02</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.1/org.eclipse.egit.repository-3.1.0.201310021548-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.1.0.201310021548-r</a></td> </tr> <tr style=""> <td style="">3.0.3.201309161630-r</td> <td style="">2013-09-17</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.0.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.0.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.0.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0.3/org.eclipse.egit.repository-3.0.3.201309161630-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.0.3.201309161630-r</a></td> </tr> <tr style=""> <td style="">3.0.1.201307141637-r</td> <td style="">2013-07-15</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.0.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.0.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.0.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0.1/org.eclipse.egit.repository-3.0.1.201307141637-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.0.1.201307141637-r</a></td> </tr> <tr style=""> <td style="">3.0.0.201306101825-r</td> <td style="">2013-06-26</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-3.0" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-3.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-3.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-3.0/org.eclipse.egit.repository-3.0.0.201306101825-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">3.0.0.201306101825-r</a></td> </tr> <tr style=""> <td style="">2.3.1.201302201838-r</td> <td style="">2013-03-01</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-2.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-2.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-2.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.3/org.eclipse.egit.repository-2.3.1.201302201838-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">2.3.1.201302201838-r</a></td> </tr> <tr style=""> <td style="">2.2.0.201212191850-r</td> <td style="">2012-12-20</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-2.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-2.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-2.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.2/org.eclipse.egit.repository-2.2.0.201212191850-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">2.2.0.201212191850-r</a></td> </tr> <tr style=""> <td style="">2.1.0.201209190230-r</td> <td style="">2012-09-26</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-2.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-2.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-2.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.1/org.eclipse.egit.repository-2.1.0.201209190230-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">2.1.0.201209190230-r</a></td> </tr> <tr style=""> <td style="">2.0.0.201206130900-r</td> <td style="">2012-06-27</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-2.0" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-2.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.0/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-2.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-2.0/org.eclipse.egit.repository-2.0.0.201206130900-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">2.0.0.201206130900-r</a></td> </tr> <tr style=""> <td style="">1.3.0.201202151440-r</td> <td style="">2012-02-17</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-1.3" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-1.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.3/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-1.3</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.3/org.eclipse.egit.repository-1.3.0.201202151440-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">1.3.0.201202151440-r</a></td> </tr> <tr style=""> <td style="">1.2.0.201112221803-r</td> <td style="">2011-12-23</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-1.2" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-1.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.2/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-1.2</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.2/org.eclipse.egit.repository-1.2.0.201112221803-r.zip" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">1.2.0.201112221803-r</a></td> </tr> <tr style=""> <td style="">1.1.0.201109151100-r</td> <td style="">2011-09-22</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-1.1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-1.1</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.1/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-1.1</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">1.0.0.201106090707-r</td> <td style="">2011-06-22</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-1.0" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-1.0</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-1.0/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-1.0</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">0.12.1 (Incubation)</td> <td style="">2011-05-03</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-0.12" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-0.12</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-0.12/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-0.12</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">0.11.3 (Incubation)</td> <td style="">2011-02-21</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-0.11" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-0.11</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-0.11/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-0.11</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">0.10.1 (Incubation)</td> <td style="">2010-12-17</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-0.10" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-0.10</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-0.10/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-0.10</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">0.9.3 (Incubation)</td> <td style="">2010-09-17</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-0.9" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-0.9</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-0.9/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-0.9</a></td> <td style="">N/A</td> </tr> <tr style=""> <td style="">0.8.4 (Incubation)</td> <td style="">2010-06-14</td> <td style=""><a href="http://archive.eclipse.org/egit/updates-0.8" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://archive.eclipse.org/egit/updates-0.8</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-0.8/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-0.8</a></td> <td style="">N/A</td> </tr> </tbody> </table> The project follows a pattern of [http://download.eclipse.org/egit/updates-][http_download.eclipse.org_egit_updates-]<version> for its sites. Since 3.0 P2 repositories are also deployed to repo.eclipse.org: * zipped p2 repositories are located under [https://repo.eclipse.org/content/groups/releases/org/eclipse/egit/org.eclipse.egit.repository/][https_repo.eclipse.org_content_groups_releases_org_eclipse_egit_org.eclipse.egit.repository] * unzipped p2 repositories which can be directly installed or referenced from a target platform are located under[https://repo.eclipse.org/content/unzip/releases.unzip/org/eclipse/egit/org.eclipse.egit.repository/][https_repo.eclipse.org_content_unzip_releases.unzip_org_eclipse_egit_org.eclipse.egit.repository] ## Retention Policy ## All release p2 repositories will be kept forever. ## Latest builds of EGit ## <table style=""> <tbody style=""> <tr style=""> <th style="">Version</th> <th style="">p2 repository URL</th> <th style="">browse p2 repository</th> </tr> <tr style=""> <td style="">latest build from master</td> <td style=""><a href="http://download.eclipse.org/egit/updates-nightly" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-nightly</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-nightly/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-nightly</a></td> </tr> <tr style=""> <td style="">latest build from latest stable branch</td> <td style=""><a href="http://download.eclipse.org/egit/updates-stable-nightly" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">http://download.eclipse.org/egit/updates-stable-nightly</a></td> <td style=""><a href="http://www.eclipse.org/downloads/download.php?file=/egit/updates-stable-nightly/&r=1" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">updates-stable-nightly</a></td> </tr> </tbody> </table> # What versions of Eclipse does EGit target? # In general EGit promises to support at least the latest two Eclipse releases. If possible we will not prevent usage in older releases but if we want to take advantage of new functionality only available in one of the latest two Eclipse releases but not in older releases we will update dependencies which will in fact discontinue support for older releases. <table style=""> <tbody style=""> <tr style=""> <th style="">EGit</th> <th style="">Contained in release train</th> <th style="">Supported Version of Eclipse</th> </tr> <tr style=""> <td style="">4.2.0.201601211800-r</td> <td style="">Eclipse 4.6 M5 (Neon M5)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.1.1.201511131810-r</td> <td style="">Eclipse 4.5.2 (Mars.2)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.1.0.201509280440-r</td> <td style="">Eclipse 4.6 M2 (Neon M2)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.0.3.201509231615-r</td> <td style="">Eclipse 4.5.1 (Mars.1)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.0.2.201509141540-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.0.1.201506240215-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">4.0.0.201506090130-r</td> <td style="">Eclipse 4.5.0 (Mars)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.7.1.201504261725-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.7.0.201502260915-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.6.2.201501210735-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.6.1.201501031845-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.6.0.201412230720-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.5.3.201412180710-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.5.2.201411120430-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.5.1.201410131835-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.5.0.201409260305-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno), support for 3.8.2 was fixed see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=438601" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">bug 438601</a></td> </tr> <tr style=""> <td style="">3.4.2.201412180340-r</td> <td style="">Eclipse 4.4.2 (Luna SR2)</td> <td style="">Eclipse 4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.4.1.201406201815-r</td> <td style="">Eclipse 4.4.1 (Luna SR1)</td> <td style="">Eclipse 4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.4.0.201406110918-r</td> <td style="">Eclipse 4.4 (Luna)</td> <td style="">Eclipse 4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.3.1.201403241930-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.3.0.201403021825-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.2.0.201312181205-r</td> <td style="">4.3.2 (Kepler SR2)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.1.0.201310021548-r</td> <td style=""> </td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.0.3.201309161630-r</td> <td style="">4.3.1 (Kepler SR1)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">3.0.1.201307141637-r</td> <td style="">4.3.0 (Kepler)</td> <td style="">Eclipse 3.8.2/4.2.2 + (Juno)</td> </tr> <tr style=""> <td style="">2.3.1.201302201838-r</td> <td style="">3.8.2/4.2.2 (Juno SR2)</td> <td style="">Eclipse 3.7.2+ (Indigo) (except <span style="">EGit Import Support</span> feature, which is optional)</td> </tr> <tr style=""> <td style="">2.2.0.201212191850-r</td> <td style="">3.8.1/4.2.1 (Juno SR1)</td> <td style="">Eclipse 3.7.2+ (Indigo) (except <span style="">EGit Import Support</span> feature, which is optional)</td> </tr> <tr style=""> <td style="">2.1.0.201209190230-r</td> <td style="">3.8.1/4.2.1 (Juno SR1)</td> <td style="">Eclipse 3.5.2+ (Galileo) (except <span style="">EGit Import Support</span> feature, which is optional)</td> </tr> <tr style=""> <td style="">2.0.0.201206130900-r</td> <td style="">3.8/4.2 (Juno)</td> <td style="">Eclipse 3.5.2+ (Galileo) (except <span style="">EGit Import Support</span> feature, which is optional)</td> </tr> <tr style=""> <td style="">1.3.0.201202151440-r</td> <td style="">3.7.2 (Indigo SR2)</td> <td style="">Eclipse 3.5.2+ (Galileo)</td> </tr> <tr style=""> <td style="">1.2.0.201112221803-r</td> <td style="">3.7.2 (Indigo SR2)</td> <td style="">Eclipse 3.5.2+ (Galileo)</td> </tr> <tr style=""> <td style="">1.1.0.201109151100-r</td> <td style="">3.7.1 (Indigo SR1)</td> <td style="">Eclipse 3.5.2+ (Galileo)</td> </tr> <tr style=""> <td style="">1.0.0.201106090707-r</td> <td style="">3.7.0 (Indigo)</td> <td style="">Eclipse 3.5.2+ (Galileo)</td> </tr> </tbody> </table> Required Java Version (BREE): * Up to EGit 3.7 the minimum supported BREE is Java 5 though Java 6 or higher is recommended due to limitations in older Java versions. * Starting from EGit 4.0 the minimum supported BREE is Java 7 Compatible version of Git: Compatibility is on a feature by feature basis. Currently the major version related difference is in how Git handles file names with non-ASCII file names. Git for Windows 1.7.10 and later encodes filenames in UTF-8 which is compatible with JGit. Git on Mac, v1.7.12 can encode filenames in a way that is compatible with EGit and Git for Windows if core.precomposeunicode is set to true. However EGit on OS X does not handle Unicode well. # What are the main differences between original Git and JGit(EGit)? # See this page [Differences to Git][] # What is the mapping Git commands to EGit operations? # See this page [Mapping Git Commands][] # How compatible is EGit with Git? # Some, but not all configuration options/features in Git are available in EGit/JGit. Here is a summary, not yet complete describing some of these, including notable differences. Note that the set of EGit/JGit is not based off a particular Git version. ## config ## <table style=""> <tbody style=""> <tr style=""> <th style="">config</th> <th style="">description</th> </tr> <tr style=""> <td style="">branch.autosetuprebase</td> <td style="">supported</td> </tr> <tr style=""> <td style="">branch.autosetupmerge</td> <td style="">supported</td> </tr> <tr style=""> <td style="">core.autocrlf</td> <td style="">Since 2.0 supports true,false and input. See the tutorial for notes about making sure EGit picks up the configuration. Complementary core.safecrlf and gitattributes are not supported yet.</td> </tr> <tr style=""> <td style="">core.bare</td> <td style="">supported</td> </tr> <tr style=""> <td style="">core.checkstat</td> <td style="">supported (2.3)</td> </tr> <tr style=""> <td style="">core.compression</td> <td style="">zlib compression level</td> </tr> <tr style=""> <td style="">core.excludesfile</td> <td style="">Contains ignore rules, in addition to .gitignore</td> </tr> <tr style=""> <td style="">core.filemode</td> <td style="">supported</td> </tr> <tr style=""> <td style="">core.ignorecase</td> <td style="">not supported</td> </tr> <tr style=""> <td style="">core.logallrefupdates</td> <td style="">supported</td> </tr> <tr style=""> <td style="">core.packindexversion</td> <td style="">version 1 and 2 supported</td> </tr> <tr style=""> <td style="">core.precomposeunicode</td> <td style="">Ignore. See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=413390" style="color:rgb(44,34,85); text-decoration:none; font-weight:bold; padding-right:13px" rel="nofollow">Bug 413390</a></td> </tr> <tr style=""> <td style="">core.repositoryformatversion</td> <td style="">recognized, only "0" supported</td> </tr> <tr style=""> <td style="">core.safecrlf</td> <td style="">not supported</td> </tr> <tr style=""> <td style="">core.worktree</td> <td style="">supported in JGit, not EGit</td> </tr> <tr style=""> <td style="">diff.algorithm</td> <td style="">myers, histogram (default: histogram)</td> </tr> <tr style=""> <td style="">pack.indexVersion</td> <td style="">Default 2,-1 for older format</td> </tr> <tr style=""> <td style="">user.email</td> <td style="">supported</td> </tr> <tr style=""> <td style="">user.name</td> <td style="">supported</td> </tr> </tbody> </table> Supported in JGit, but no EGit usually amounts to having no or strange behavior would one attempt to use it in the Eclipse IDE. Notes: For those that can read the source, look at ConfigConstants.java for a hint on what options JGit recognizes. If it appears there, an option may be supported, but it may also mean for a few cases that JGit just looks for it and then explicitly tells the user the option is not supported. If it does not appear, it's most certainly up for grabs as a contribution. The file contains lots of config options that only applies to JGit (DFS, gerrit). ## Environment ## JGit supports some environment variables. Do not set those for the Eclipse IDE. We'll list a few ones that may be used, but most apply only to using JGit from the command line. <table style=""> <tbody style=""> <tr style=""> <th style="">variable</th> <th style="">description</th> </tr> <tr style=""> <td style="">GIT_ALTERNATE_OBJECT_DIRECTORIES</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_AUTHOR_EMAIL</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_AUTHOR_NAME</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_CEILING_DIRECTORIES</td> <td style="">supported. Also EGit may be benefited when used with automounted file systems</td> </tr> <tr style=""> <td style="">GIT_DIR</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_INDEX_FILE</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_OBJECT_DIRECTORY</td> <td style="">supported</td> </tr> <tr style=""> <td style="">GIT_SSH</td> <td style="">plink, tortoiseplink</td> </tr> </tbody> </table> ## SSH config ## TBD: JGit does its own parsing of the ~/.ssh/config file. ### Using PuTTY Agent on Windows for SSH Keys ### It is possible to use PuTTY's key management capabilities on Windows for EGit as well. For that you work you must install PuTTY and TortoiseGit. Then set GIT\_SSH environment variable to `c:\Programe Files\TortoiseGit\bin\TortoisePlink.exe`. ### Store SSH Key Passphrase in Mac Keyring ### It is possible to store the SSH Key Passphrase in Mac's Keyring. However. EGit's internal SSH client does not support this. Thus, in order benefit from Keyring EGit must be configured to use the Mac vanilla SSH agent. This is possible by setting the GIT\_SSH environment variable to `/usr/bin/ssh`. export GIT_SSH=/usr/bin/ssh For OSX Mavericks, see [this Stackoverflow question for how to set environment variable for applications][] like Eclipse. [Category][]: * [Git][Git 1] [EGit]: http://wiki.eclipse.org/EGit [User Guide]: http://wiki.eclipse.org/EGit/User_Guide [Contributor Guide]: http://wiki.eclipse.org/EGit/Contributor_Guide [Learning]: http://wiki.eclipse.org/EGit/Learning_Material [Planning]: http://wiki.eclipse.org/EGit/Planning [Release Notes]: http://wiki.eclipse.org/EGit/New_and_Noteworthy [hide]: http://wiki.eclipse.org/EGit/FAQ# [1_What is Git]: http://wiki.eclipse.org/EGit/FAQ#What_is_Git.3F [2_What is JGit]: http://wiki.eclipse.org/EGit/FAQ#What_is_JGit.3F [3_What is EGit]: http://wiki.eclipse.org/EGit/FAQ#What_is_EGit.3F [4_What is New and Noteworthy]: http://wiki.eclipse.org/EGit/FAQ#What_is_New_and_Noteworthy.3F [5_Where can I find older releases of EGit]: http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F [5.1_Retention Policy]: http://wiki.eclipse.org/EGit/FAQ#Retention_Policy [5.2_Latest builds of EGit]: http://wiki.eclipse.org/EGit/FAQ#Latest_builds_of_EGit [6_What versions of Eclipse does EGit target]: http://wiki.eclipse.org/EGit/FAQ#What_versions_of_Eclipse_does_EGit_target.3F [7_What are the main differences between original Git and JGit_EGit]: http://wiki.eclipse.org/EGit/FAQ#What_are_the_main_differences_between_original_Git_and_JGit.28EGit.29.3F [8_What is the mapping Git commands to EGit operations]: http://wiki.eclipse.org/EGit/FAQ#What_is_the_mapping_Git_commands_to_EGit_operations.3F [9_How compatible is EGit with Git]: http://wiki.eclipse.org/EGit/FAQ#How_compatible_is_EGit_with_Git.3F [9.1_config]: http://wiki.eclipse.org/EGit/FAQ#config [9.2_Environment]: http://wiki.eclipse.org/EGit/FAQ#Environment [9.3_SSH config]: http://wiki.eclipse.org/EGit/FAQ#SSH_config [9.3.1_Using PuTTY Agent on Windows for SSH Keys]: http://wiki.eclipse.org/EGit/FAQ#Using_PuTTY_Agent_on_Windows_for_SSH_Keys [9.3.2_Store SSH Key Passphrase in Mac Keyring]: http://wiki.eclipse.org/EGit/FAQ#Store_SSH_Key_Passphrase_in_Mac_Keyring [Git]: http://git-scm.com/ [EDL_BSD]: http://www.eclipse.org/org/documents/edl-v10.php [EPL]: http://www.eclipse.org/org/documents/epl-v10.php [New and Noteworthy for JGit]: http://wiki.eclipse.org/JGit/New_and_Noteworthy [http_download.eclipse.org_egit_updates]: http://download.eclipse.org/egit/updates [p2 browser]: https://github.com/ifedorenko/p2-browser [http_download.eclipse.org_egit_updates-]: http://download.eclipse.org/egit/updates- [https_repo.eclipse.org_content_groups_releases_org_eclipse_egit_org.eclipse.egit.repository]: https://repo.eclipse.org/content/groups/releases/org/eclipse/egit/org.eclipse.egit.repository/ [https_repo.eclipse.org_content_unzip_releases.unzip_org_eclipse_egit_org.eclipse.egit.repository]: https://repo.eclipse.org/content/unzip/releases.unzip/org/eclipse/egit/org.eclipse.egit.repository/ [Differences to Git]: http://wiki.eclipse.org/EGit/Differences_to_Git [Mapping Git Commands]: http://wiki.eclipse.org/EGit/Mapping_Git_Commands [this Stackoverflow question for how to set environment variable for applications]: http://stackoverflow.com/a/588442/650176 [Category]: http://wiki.eclipse.org/Special:Categories [Git 1]: http://wiki.eclipse.org/Category:Git
还没有评论,来说两句吧...