Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-09-24 22:35:47 +0000
committerMatthias Sohn2014-09-24 22:44:00 +0000
commitfb73f77c6263408bc51b03989585b5e42b8b3354 (patch)
tree9f4da8eaf73344a3d140df961d9e1d157b5b8e77 /org.eclipse.egit.doc/help/JGit
parent275e0f962b9da31f5f3a00cc166877fcde9429c5 (diff)
downloadegit-fb73f77c6263408bc51b03989585b5e42b8b3354.tar.gz
egit-fb73f77c6263408bc51b03989585b5e42b8b3354.tar.xz
egit-fb73f77c6263408bc51b03989585b5e42b8b3354.zip
Update documentation for 3.5.0
Change-Id: I6d2af7ea1a3f8674c12fea4e255a33c56f326c26 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.doc/help/JGit')
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/3.5.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/3.4.html)54
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Bug-Fixes.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Bug-Fixes.html)16
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Contributors.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Contributors.html)51
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Updating-This-Document.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Updating-This-Document.html)8
4 files changed, 59 insertions, 70 deletions
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/3.4.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/3.5.html
index 5f4f86f38e..f02475249e 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/3.4.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/3.5.html
@@ -2,13 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>JGit 3.4 New and Noteworthy</title>
+ <title>JGit 3.5 New and Noteworthy</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
- <th style="width: 100%" align="center" colspan="3">JGit 3.4 New and Noteworthy</th>
+ <th style="width: 100%" align="center" colspan="3">JGit 3.5 New and Noteworthy</th>
</tr>
<tr>
<td style="width: 20%" align="left"></td>
@@ -28,44 +28,36 @@
<h1 id="JGit">JGit</h1>
<h2 id="Features">Features</h2>
<ul>
- <li>Improved layout of branches in the commit graph</li>
- <li>Allow to include untracked files in stash operations.</li>
- <li>Support for SPNEGO HTTP authentication</li>
- <li>Added API to permit the setting of additional HTTP headers</li>
- </ul>
- <ul>
- <li>ArchiveCommand now supports selecting one or more paths.</li>
- <li>CherryPickCommand now supports option "--mainline" to pick merges</li>
- <li>ListBranchCommand now supports option "--contains"</li>
- </ul>
- <ul>
- <li>Automatically reload SSH "known_hosts" file when it was modified</li>
- <li>Improved validation of tree names in ObjectChecker</li>
- <li>Blame correctly in the presence of conflicting merges</li>
- <li>Take "core.autocrlf" into account for blame annotations</li>
- </ul>
- <ul>
- <li>Streaming delta support was removed from JGit since it was too slow to be useful</li>
+ <li>Added parser and credentials provider for .netrc files</li>
+ <li>RebaseCommand support for option --preserve-merges</li>
+ <li>CommitCommand support for committing merges during rebase</li>
+ <li>Pull with rebase now supports option --preserve-merges</li>
+ <li>CherryPickCommand support for option --no-commit</li>
+ <li>Enhance BranchConfig API to expose branch.* options</li>
+ <li>RepoCommand
+ <ul>
+ <li>Allow projects without path attribute in manifest</li>
+ <li>Handle repo manifest file without default remote</li>
+ <li>Support remote aliases in repo manifest</li>
+ <li>Support non-default remotes in project tag</li>
+ <li>Add support to &lt;include&gt; tag in repo manifest xml</li>
+ </ul>
+ </li>
</ul>
<h2 id="Command_Line">Command Line</h2>
<ul>
- <li>Checkout command now supports "-- &lt;path&gt;" parameter</li>
- <li>Branch command now supports option "--contains"</li>
- <li>Clone command now supports option "--no-checkout"</li>
- <li>New Gerrit "repo" command, see
- <a href="https://code.google.com/p/git-repo/" target="egit_external">https://code.google.com/p/git-repo/</a>
- </li>
+ <li>Merge command support for option -m</li>
+ <li>Use credentials from .netrc if available</li>
</ul>
<h2 id="Performance_Improvements">Performance Improvements</h2>
<ul>
- <li>Several performance improvements for blame annotations</li>
+ <li>Process most in-core merges without local temp files</li>
+ <li>Small performance optimization for ignore rules matcher</li>
</ul>
<h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
<ul>
- <li>Allow full compilation on Java 8.</li>
- <li>Update build to use Orbit R20140525021250 (Luna)</li>
- <li>Update build to use Tycho 0.20.0</li>
- <li>Add script to create JGit release</li>
+ <li>Updated Maven plugins used in build to latest versions</li>
+ <li>Enable NLS / TranslationBundle to be used in OSGi</li>
</ul><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Bug-Fixes.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Bug-Fixes.html
index 0a330da036..f19b5dec8d 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Bug-Fixes.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Bug-Fixes.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>JGit 3.4 New and Noteworthy - Bug Fixes</title>
+ <title>JGit 3.5 New and Noteworthy - Bug Fixes</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
@@ -12,7 +12,7 @@
</tr>
<tr>
<td style="width: 20%" align="left">
- <a href="3.4.html" title="JGit 3.4 New and Noteworthy">
+ <a href="3.5.html" title="JGit 3.5 New and Noteworthy">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
@@ -24,25 +24,25 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">JGit 3.4 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">JGit 3.5 New and Noteworthy</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Contributors</td>
</tr>
</table><hr/>
<h1 id="Bug_Fixes">Bug Fixes</h1>
<p>
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&amp;resolution=DUPLICATE&amp;classification=Technology&amp;chfieldto=2014-06-25&amp;query_format=advanced&amp;chfield=bug_status&amp;chfieldfrom=2014-03-01&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;product=JGit" target="egit_external">22 Bugs and 2 enhancement requests</a> were closed
+ <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&amp;list_id=10006180&amp;order=Importance&amp;product=JGit&amp;query_format=advanced&amp;resolution=FIXED&amp;resolution=DUPLICATE&amp;target_milestone=3.5" target="egit_external">15 Bugs and 3 enhancement requests</a> were closed
</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="3.4.html" title="JGit 3.4 New and Noteworthy">
+ <a href="3.5.html" title="JGit 3.5 New and Noteworthy">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
- <a href="3.4.html" title="JGit 3.4 New and Noteworthy">
- <img alt="JGit 3.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="3.5.html" title="JGit 3.5 New and Noteworthy">
+ <img alt="JGit 3.5 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
@@ -52,7 +52,7 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">JGit 3.4 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">JGit 3.5 New and Noteworthy</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Contributors</td>
</tr>
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Contributors.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Contributors.html
index 82d1ef6463..4a53e4842c 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Contributors.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Contributors.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>JGit 3.4 New and Noteworthy - Contributors</title>
+ <title>JGit 3.5 New and Noteworthy - Contributors</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
@@ -30,31 +30,28 @@
</tr>
</table><hr/>
<h1 id="Contributors">Contributors</h1>
- <p>The following 25 developers worked on this release of JGit:</p>
- <p>Alexander Kurtakov,
- Andreas Hermann,
- Bogdan Gheorghe,
- Christian Halstrick,
- Dave Borowitz,
- Doug Kelly,
- Guillaume Nodet,
- Gustaf Lundh,
- Jean-Jacques Lafay,
- Jonathan Nieder,
- Kaloyan Raev,
- Konrad Kügler,
- Laurent Goubet,
- Laurent Goujon,
- Marc Strapetz,
- Matthias Sohn,
+ <p>The following 22 developers worked on this release of JGit:</p>
+ <p>Alexey Kuznetsov,
+ Andrey Loskutov,
+ Anton Bannykh,
+ Axel Richard,
+ Christian Halstrick,
+ Dani Megert,
+ Dave Borowitz,
+ Hugo Arès,
+ Kevin Sawicki,
+ Konrad Kügler,
+ Laurent Goubet,
+ Maik Schreiber,
+ Marc Strapetz,
+ Matthias Sohn,
+ Roberto Tyley,
Robin Rosenberg,
- Robin Stocker,
- Rüdiger Herrmann,
- Shaul Zorea,
- Shawn Pearce,
- Stefan Lay,
- Sven Selberg,
- Tomasz Zarna,
+ Robin Stocker,
+ Rüdiger Herrmann,
+ Saša Živkov,
+ Shawn Pearce,
+ Yi EungJun,
Yuxuan 'fishy' Wang</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
@@ -64,8 +61,8 @@
</a>
</td>
<td style="width: 60%" align="center">
- <a href="3.4.html" title="JGit 3.4 New and Noteworthy">
- <img alt="JGit 3.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="3.5.html" title="JGit 3.5 New and Noteworthy">
+ <img alt="JGit 3.5 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Updating-This-Document.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Updating-This-Document.html
index f90e067642..7e6f173454 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.4/Updating-This-Document.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.5/Updating-This-Document.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>JGit 3.4 New and Noteworthy - Updating This Document</title>
+ <title>JGit 3.5 New and Noteworthy - Updating This Document</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
@@ -29,7 +29,7 @@
<p> This document is maintained in a collaborative wiki. If you wish to
update or modify this document please visit
- <a href="http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.4" target="egit_external">http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.4</a>
+ <a href="http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.5" target="egit_external">http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.5</a>
</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
@@ -39,8 +39,8 @@
</a>
</td>
<td style="width: 60%" align="center">
- <a href="3.4.html" title="JGit 3.4 New and Noteworthy">
- <img alt="JGit 3.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="3.5.html" title="JGit 3.5 New and Noteworthy">
+ <img alt="JGit 3.5 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right"></td>

Back to the top