Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-06-11 14:09:53 +0000
committerMatthias Sohn2017-06-11 14:09:53 +0000
commit1ab44c541656cb00b5b8c4b6bd4bec6934397567 (patch)
treedb748b642e115763c2c4f9bd25ee16e1e4e571dc /org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html
parent3fff4b2f8ca7454e4da724a9f32ccc52396be4e8 (diff)
downloadegit-1ab44c541656cb00b5b8c4b6bd4bec6934397567.tar.gz
egit-1ab44c541656cb00b5b8c4b6bd4bec6934397567.tar.xz
egit-1ab44c541656cb00b5b8c4b6bd4bec6934397567.zip
Update documentation for 4.8.0
Change-Id: I217867b9cef53e077ef90341b189f1fcdcecfb86 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html')
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html82
1 files changed, 0 insertions, 82 deletions
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html
deleted file mode 100644
index 638397c049..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/4.7/4.7.html
+++ /dev/null
@@ -1,82 +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>EGit 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">EGit 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="EGit">EGit</h1>
- <h2 id="Features">Features</h2>
- <p>EGit Features
- Sort branches by name in ref content assist
- Fetch from Gerrit: checkout branch after resolving checkout conflicts
- Prevent creation of invalid git config keys
- Don't use 3 way compare if the common ancestor is same as one side
- Added branch normalizer to branch rename dialog
- Normalize the branch name in the CreateBranchWizard
- Enable importing multiple projects from working tree
- Improve sorting of FileDiffs
- Staging view should react on editor activation
- Improve reporting from background fetch and push jobs
- Remove double border of CommitMessageArea in staging view
- Give the PushResultDialog an image.
- Display logical line numbers in DiffEditorPage
- Provide a way to configure RepositoryChangeScanner interval
- RepositoryChangeScanner should not query all repos if UI is not active</p>
- <h2 id="Cleanup">Cleanup</h2>
- <ul>
- <li>Cleanup progress monitor management throughout EGit</li>
- <li>Cleanup duplicate code: Unify saving in preference pages</li>
- <li>Cleanup duplicate code: Unify pattern creation for content assist</li>
- <li>Cleanup duplicate code: Unify scheduling of merge jobs</li>
- <li>Cleanup duplicate code: Unify branch/ref content assist handling</li>
- <li>Cleanup of defaultHandlers</li>
- </ul>
- <h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
- <ul>
- <li>Upgrade maven plugins</li>
- <li>Update target platform to jetty 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>Add missing dependency to org.slf4j to org.eclipse.egit.ui</li>
- <li>Update Orbit to S20170306214312 </li>
- <li>Add org.eclipse.jgit.junit feature to test classpath of ui tests</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

Back to the top