blob: 638397c0498379310d29896307d70a228b00f5b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<?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>
|