Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.6/3.6.html')
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.6/3.6.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.6/3.6.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.6/3.6.html
new file mode 100644
index 0000000000..57117c598e
--- /dev/null
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/3.6/3.6.html
@@ -0,0 +1,74 @@
+<?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 3.6 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.6 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/>
+ <h1 id="JGit">JGit</h1>
+ <h2 id="Features">Features</h2>
+ <ul>
+ <li>Ignore rule parser was reimplemented to support ** wildcard patterns, negation rules and improve performance</li>
+ <li>Add "aggressive" option to GC</li>
+ <li>GarbageCollectCommand now supports DfsRepository</li>
+ <li>Support for Submodule configuration submodule.&lt;name&gt;.ignore</li>
+ <li>Support for new submodule repository layout (.git/modules of the super project contains the submodule repositories)</li>
+ <li>InitCommand support for option "--separate-git-dir" to store .git meta data directory in a separate directory</li>
+ <li>CloneCommand support to store .git meta data directory in a separate directory</li>
+ <li>Permission bits for "executable" attribute are now set according to the umask on Posix/Java7</li>
+ <li>BundleWriter now supports including HEAD in bundle</li>
+ <li>New config parameter core.trustfolderstat</li>
+ </ul>
+ <h2 id="JGit_Command_Line">JGit Command Line</h2>
+ <ul>
+ <li>Add option --bare to clone command</li>
+ <li>Add options --heads and --tags to ls-remote command</li>
+ </ul>
+ <h2 id="Performance_Improvements">Performance Improvements</h2>
+ <ul>
+ <li>Reimplemented ignore rule parser to improve performance of ignore rule evaluation</li>
+ <li>Enhance SubmoduleWalk with a fast check whether a repo contains submodules</li>
+ </ul>
+ <h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
+ <ul>
+ <li>The java7 feature is now included in org.eclipse.jgit.feature</li>
+ <li>Maven site generation for jgit</li>
+ </ul><hr/>
+ <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

Back to the top