Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/help/JGit/New_and_Noteworthy')
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/4.7.html107
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/4.8.html78
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Bug-Fixes.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Bug-Fixes.html)40
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Contributors.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Contributors.html)33
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Updating-This-Document.html (renamed from org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Updating-This-Document.html)8
5 files changed, 127 insertions, 139 deletions
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/4.7.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/4.7.html
deleted file mode 100644
index 77739de398..0000000000
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/4.7.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>JGit 4.7 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 4.7 New and Noteworthy</th>
- </tr>
- <tr>
- <td style="width: 20%" align="left"></td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right">
- <a href="Bug-Fixes.html" title="Bug Fixes">
- <img alt="Next" border="0" src="../../../images/next.gif"/>
- </a>
- </td>
- </tr>
- <tr>
- <td style="width: 20%" align="left" valign="top"></td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top">Bug Fixes</td>
- </tr>
- </table><hr class="navigation-separator"/>
- <h1 id="JGit">JGit</h1>
- <h2 id="Features">Features</h2>
- <ul>
- <li>FetchCommand: Add basic support for recursing into submodules</li>
- <li>Prepare JGit against
- <a href="https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html" target="egit_external">SHA1 collisions</a>
- <ul>
- <li>SHA-1: collision detection support</li>
- <li>SHA1: support reset() and reuse instances</li>
- <li>Switch to pure Java SHA1 for ObjectId</li>
- <li>Pure Java SHA-1</li>
- </ul>
- </li>
- <li>PullCommand: Allow to set tag behavior</li>
- <li>PullCommand: Add support for recursing into submodules</li>
- <li>Set commit time in ZipArchiveEntry</li>
- <li>Limit receive commands</li>
- <li>Follow redirects in transport</li>
- <li>Normalizer creating a valid branch name from a string</li>
- <li>Pack refs/tags/ with refs/heads/</li>
- <li>Push: support per-ref force-with-lease</li>
- <li>Only mark packfile invalid if exception signals permanent problem</li>
- <li>Don't flag a packfile invalid if opening existing file failed. Opening a file can fail temporarily if ulimit for open file handles is exceeded.</li>
- </ul>
- <h2 id="Garbage_Collection">Garbage Collection</h2>
- <ul>
- <li>GC: don't loosen doomed objects</li>
- <li>Prefer smaller GC files during DFS garbage collection</li>
- <li>Fix missing deltas near type boundaries</li>
- <li>Reintroduce garbage pack coalescing when ttl &gt; 0.</li>
- <li>GC: delete empty directories after purging loose objects</li>
- <li>Make GC cancellable when called programmatically</li>
- <li>GC.prune(Set&lt;ObjectId&gt;): return early if objects directory is empty</li>
- <li>Clean up orphan files in GC</li>
- <li>GC: loosen unreferenced objects</li>
- <li>GC: Add options to preserve and prune old pack files</li>
- </ul>
- <h2 id="LFS_Support">LFS Support</h2>
- <ul>
- <li>LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepository</li>
- <li>LfsProtocolServlet#LfsRequest: Add operation type helper methods</li>
- <li>Expose LFS operation strings as public constants</li>
- <li>LfsProtocolServlet: Improve error on getLargeFileRepository failure</li>
- <li>Add support for refusing LFS request due to invalid authorization</li>
- <li>Add LfsPointerFilter TreeFilter</li>
- </ul>
- <h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
- <ul>
- <li>Upgrade error_prone_core to 2.0.18</li>
- <li>Update Jetty to 9.3.17.v20170317</li>
- <li>Update com.jcraft.jsch to 0.1.54</li>
- <li>Update build to use Tycho 1.0.0</li>
- <li>Fix hamcrest dependency in org.eclipse.jgit.ant.test</li>
- <li>Update Maven plugins</li>
- <li>Update Orbit to S20170306214312 </li>
- <li>Implement
- <a href="https://bazel.build/" target="egit_external">Bazel build</a>
- </li>
- <li>Remove
- <a href="https://buckbuild.com/" target="egit_external">buck build</a>
- </li>
- </ul><hr class="navigation-separator"/>
- <table class="navigation" style="width: 100%;" border="0" summary="navigation">
- <tr>
- <td style="width: 20%" align="left"></td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right">
- <a href="Bug-Fixes.html" title="Bug Fixes">
- <img alt="Next" border="0" src="../../../images/next.gif"/>
- </a>
- </td>
- </tr>
- <tr>
- <td style="width: 20%" align="left" valign="top"></td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top">Bug Fixes</td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/4.8.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/4.8.html
new file mode 100644
index 0000000000..a1a0918f5d
--- /dev/null
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/4.8.html
@@ -0,0 +1,78 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>JGit 4.8 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 4.8 New and Noteworthy</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Bug-Fixes.html" title="Bug Fixes">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Bug Fixes</td>
+ </tr>
+ </table><hr class="navigation-separator"/>
+ <p>This release has not yet been created</p>
+ <h1 id="JGit">JGit</h1>
+ <h2 id="Features">Features</h2>
+ <ul>
+ <li>Allow DfsReader to be subclassed</li>
+ <li>Track read IO statistics for DfsReader</li>
+ <li>Support pulling remote branches to apply them on detached HEAD
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=485396" target="egit_external">bug 485396</a>
+ </li>
+ <li>Reset ObjectWalker when it starts a new walk</li>
+ <li>Clone: add --recurse-submodules option</li>
+ <li>Add parseCommit(AnyObjectId) method to Repository.</li>
+ <li>RepoCommand: Add linkfile support.</li>
+ <li>BundleWriter: Allow constructing from only an ObjectReader</li>
+ <li>Support creating Mergers without a Repository using an ObjectInserter and a config that declares a diff algorithm.</li>
+ <li>Run auto GC in the background. Execute gc at maximum once per day if number of loose unreachable objects which didn't expire yet exceeds gc.auto limit.</li>
+ <li>Allow to use an external ExecutorService for background auto-gc</li>
+ <li>Use a dedicated executor to run auto-gc in command line interface</li>
+ <li>Fetch: Add --recurse-submodules and --no-recurse-submodules options</li>
+ </ul>
+ <h2 id="Performance_Improvements">Performance Improvements</h2>
+ <ul>
+ <li>Exclude refs/tags from bitmap commit selection to reduce the number of bitmaps created and reduce the memory pressure on the GC task.</li>
+ <li>Reduce fetch bandwidth cost when objects described by the client are missing on the server</li>
+ </ul>
+ <h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
+ <ul>
+ <li>Upgrade maven plugins</li>
+ <li>Update jetty to 9.4.5
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=516514" target="egit_external">bug 516514</a>
+ </li>
+ <li>Update Orbit dependencies to the Oxygen version R20170516192513</li>
+ </ul><hr class="navigation-separator"/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Bug-Fixes.html" title="Bug Fixes">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Bug Fixes</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Bug-Fixes.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Bug-Fixes.html
index 3f141cbcd4..50f4758f09 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Bug-Fixes.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/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 4.7 New and Noteworthy - Bug Fixes</title>
+ <title>JGit 4.8 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="4.7.html" title="JGit 4.7 New and Noteworthy">
+ <a href="4.8.html" title="JGit 4.8 New and Noteworthy">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
@@ -24,25 +24,47 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">JGit 4.7 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">JGit 4.8 New and Noteworthy</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Contributors</td>
</tr>
</table><hr class="navigation-separator"/>
<h1 id="Bug_Fixes">Bug Fixes</h1>
<p>
- <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=4.7" target="egit_external"> 0 enhancement requests and 6 bugs</a> were closed
- </p><hr class="navigation-separator"/>
+ <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=4.8" target="egit_external"> No enhancement requests and 5 bugs</a> were closed
+ </p>
+ <ul>
+ <li>Checkout should not use too long filenames
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=508823" target="egit_external">bug 508823</a>
+ </li>
+ <li>Clean up the disk when cloning fails
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=516303" target="egit_external">bug 516303</a>
+ </li>
+ <li>Add shutdown hook to cleanup unfinished clone when JVM is killed
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=516303" target="egit_external">bug 516303</a>
+ </li>
+ <li>Fix stack overflow in MergeBaseGenerator</li>
+ <li>DfsGarbageCollector: Delete expired garbage even when there is no GC pack present.</li>
+ <li>When looping through alternates, prevent visiting the same object directory twice.</li>
+ <li>Fix RepoCommand to allow for relative URLs</li>
+ <li>PackWriterBitmapWalker: only throw MissingObjectException when necessary </li>
+ <li>Archive TarFormat: Use commit time as timestamp for entries</li>
+ <li>Make diff locations more consistent fixing incorrectly removed or duplicated lines in 3-way merge
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=514095" target="egit_external">bug 514095</a>
+ </li>
+ <li>Fix out-of-bounds exception in RepoCommand#relative</li>
+ <li>Fix null return from FS.readPipe when command fails to launch</li>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="4.7.html" title="JGit 4.7 New and Noteworthy">
+ <a href="4.8.html" title="JGit 4.8 New and Noteworthy">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
- <a href="4.7.html" title="JGit 4.7 New and Noteworthy">
- <img alt="JGit 4.7 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="4.8.html" title="JGit 4.8 New and Noteworthy">
+ <img alt="JGit 4.8 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
@@ -52,7 +74,7 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">JGit 4.7 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">JGit 4.8 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/4.7/Contributors.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Contributors.html
index 0ab729b87f..333c186b0c 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Contributors.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/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 4.7 New and Noteworthy - Contributors</title>
+ <title>JGit 4.8 New and Noteworthy - Contributors</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
@@ -30,30 +30,25 @@
</tr>
</table><hr class="navigation-separator"/>
<h1 id="Contributors">Contributors</h1>
- <p>The following 23 developers worked on this release of JGit :</p>
+ <p>The following 18 developers worked on this release of JGit :</p>
<p>Andrey Loskutov,
- Bo Zhang,
+ Bryan Donlan,
Christian Halstrick,
- Dariusz Luksza,
- David Ostrovsky,
+ Dan Willemsen,
+ Dave Borowitz,
David Pursehouse,
- David Turner,
Han-Wen Nienhuys,
- Hector Caballero,
- Hongkai Liu,
- James Melvin,
Jonathan Nieder,
- Lars Vogel,
- Luca Milanesio,
- Magnus Vigerlöf,
- Marc Strapetz,
+ KB Sriram,
+ Martin Fick,
+ Masaya SuzukiZhen Chen,
+ Mat Booth,
Matthias Sohn,
- Naoki Takezoe,
+ Mickael Istria,
Shawn Pearce,
+ Terry Parker,
Thirumala Reddy Mutchukota,
- Thomas Wolf,
- Wim Jongman,
- Zhen Chen</p><hr class="navigation-separator"/>
+ Thomas Wolf</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
@@ -62,8 +57,8 @@
</a>
</td>
<td style="width: 60%" align="center">
- <a href="4.7.html" title="JGit 4.7 New and Noteworthy">
- <img alt="JGit 4.7 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="4.8.html" title="JGit 4.8 New and Noteworthy">
+ <img alt="JGit 4.8 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/4.7/Updating-This-Document.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/Updating-This-Document.html
index 5d3a30ad70..fba73c17ae 100644
--- a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.7/Updating-This-Document.html
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/4.8/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 4.7 New and Noteworthy - Updating This Document</title>
+ <title>JGit 4.8 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/4.7" target="egit_external">http://wiki.eclipse.org/JGit/New_and_Noteworthy/4.7</a>
+ <a href="http://wiki.eclipse.org/JGit/New_and_Noteworthy/4.8" target="egit_external">http://wiki.eclipse.org/JGit/New_and_Noteworthy/4.8</a>
</p><hr class="navigation-separator"/>
<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="4.7.html" title="JGit 4.7 New and Noteworthy">
- <img alt="JGit 4.7 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="4.8.html" title="JGit 4.8 New and Noteworthy">
+ <img alt="JGit 4.8 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right"></td>

Back to the top