Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/0.10/Performance-New-IndexDiffFilter.html')
-rw-r--r--org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/0.10/Performance-New-IndexDiffFilter.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/0.10/Performance-New-IndexDiffFilter.html b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/0.10/Performance-New-IndexDiffFilter.html
new file mode 100644
index 0000000000..4d276243bd
--- /dev/null
+++ b/org.eclipse.egit.doc/help/JGit/New_and_Noteworthy/0.10/Performance-New-IndexDiffFilter.html
@@ -0,0 +1,60 @@
+<?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 0.10 New and Noteworthy - Performance: New IndexDiffFilter</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">Performance: New IndexDiffFilter</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="HTTP-basic-and-digest-authentication.html" title="HTTP basic and digest authentication">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Git-Porcelain-API-Updates.html" title="Git Porcelain API Updates">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">HTTP basic and digest authentication</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Git Porcelain API Updates</td>
+ </tr>
+ </table><hr/>
+ <h1 id="Performance:_New_IndexDiffFilter">Performance: New IndexDiffFilter</h1>
+ <p>The new IndexDiffFilter speeds up walking the working tree heavily. This e.g. helps to bring up the commit dialog on large repositories much faster.</p>
+ <p>See the <code>IndexDiffFilter</code> class.</p><hr/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="HTTP-basic-and-digest-authentication.html" title="HTTP basic and digest authentication">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center">
+ <a href="0.10.html" title="JGit 0.10 New and Noteworthy">
+ <img alt="JGit 0.10 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ </a>
+ </td>
+ <td style="width: 20%" align="right">
+ <a href="Git-Porcelain-API-Updates.html" title="Git Porcelain API Updates">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">HTTP basic and digest authentication</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Git Porcelain API Updates</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file

Back to the top