Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/help/EGit')
-rw-r--r--org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html9
-rw-r--r--org.eclipse.egit.doc/help/EGit/Contributor_Guide/Contributing-Patches.html61
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/5.1.html275
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/5.3.html85
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Updating-This-Document.html55
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/EGit_Compare_Editor_Show_Whitespace.pngbin15065 -> 0 bytes
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/Egit-commit-sign.pngbin20918 -> 0 bytes
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/5.4.html86
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/Contributors.html (renamed from org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Contributors.html)38
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/See-Also.html (renamed from org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Contributors.html)29
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/Updating-This-Document.html (renamed from org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Updating-This-Document.html)16
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/Check_Out_This_Version.pngbin0 -> 62631 bytes
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_History_Whitespace.pngbin0 -> 25958 bytes
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters.pngbin0 -> 29492 bytes
-rw-r--r--org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters_Dialog.pngbin0 -> 11233 bytes
15 files changed, 189 insertions, 465 deletions
diff --git a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html
index f4ec42a81d..3a15f0c615 100644
--- a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html
+++ b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Builds.html
@@ -149,8 +149,13 @@
<pre>bazel test --test_tag_filters=api,dfs,revplot,treewalk //...
</pre>
<ul>
- <li>to run build with
- <a href="https://github.com/google/error-prone" target="egit_external">the errorprone static analyzer</a> execute
+ <li>to rerun all tests ignoring cached test results execute</li>
+ </ul>
+ <pre>bazel test //... --cache_test_results=NO
+</pre>
+ <ul>
+ <li>since 5.4.0 builds run with
+ <a href="https://github.com/google/error-prone" target="egit_external">the errorprone static analyzer</a> by default. If you want to enable it for older JGit versions execute
</li>
</ul>
<pre>bazel build --java_toolchain //tools:error_prone_warnings_toolchain :all
diff --git a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Contributing-Patches.html b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Contributing-Patches.html
index 486c1782de..5804bbb118 100644
--- a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Contributing-Patches.html
+++ b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Contributing-Patches.html
@@ -363,6 +363,64 @@ Change-Id: I71ac4844ab9d2f848352eba9252090c586b4146a
Signed-off-by: Your Name &lt;your.email@example.org&gt;
</pre>
<p>If you use Mylyn to fetch a bug from bugzilla, and then activate the task, the commit message will automatically be formatted exactly like requested above.</p>
+ <h2 id="License_Header">License Header</h2>
+ <p>JGit is licensed under the
+ <a href="https://www.eclipse.org/org/documents/edl-v10.php" target="egit_external">Eclipse Distribution License</a> which is a form of the
+ <a href="https://opensource.org/licenses/BSD-3-Clause" target="egit_external">New BSD License</a>.
+ Use of this license by an Eclipse project requires unanimous approval by the Board of Directors of the Eclipse Foundation
+ which was approved in a
+ <a href="https://www.eclipse.org/org/foundation/boardminutes/2009_09_16_Minutes.php" target="egit_external">meeting of the board in Sep 2009</a>.
+ </p>
+ <p>The license header to be used for JGit is (see this
+ <a href="https://www.eclipse.org/lists/jgit-dev/msg00127.html" target="egit_external">mail thread on the jgit-dev list</a>):
+ </p>
+ <pre>/*
+ * Copyright &#169; YEAR, CONTRIBUTOR
+ * [Copyright &#169; YEAR, CONTRIBUTOR...]
+ * and other copyright owners as documented in the project's IP log.
+ *
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Distribution License v1.0 which
+ * accompanies this distribution, is reproduced below, and is
+ * available at <a href="http://www.eclipse.org/org/documents/edl-v10.php" target="egit_external">http://www.eclipse.org/org/documents/edl-v10.php</a>
+ *
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or
+ * without modification, are permitted provided that the following
+ * conditions are met:
+ *
+ * - Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * - Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ *
+ * - Neither the name of the Eclipse Foundation, Inc. nor the
+ * names of its contributors may be used to endorse or promote
+ * products derived from this software without specific prior
+ * written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+</pre>
+ <p>See
+ <a href="http://www.eclipse.org/legal/copyrightandlicensenotice.php" target="egit_external">http://www.eclipse.org/legal/copyrightandlicensenotice.php</a> for more information.
+ </p>
<h2 id="Copyright">Copyright</h2>
<p>When contributing patches, you have to update the copyright section at the beginning of the file if there is one. Please follow the style that is already present in the file. Some examples follow.</p>
<p>When there is only one copyright present (from a person or a company), like this:</p>
@@ -382,9 +440,6 @@ Copyright (C) 2011 Other Name &lt;other@example.org&gt;
Copyright (C) YEAR Your Name &lt;you@example.org&gt;
</pre>
<p>For new files, copy one of the existing headers and start the copyright section with your name.</p>
- <p>Also see
- <a href="http://www.eclipse.org/legal/copyrightandlicensenotice.php" target="egit_external">http://www.eclipse.org/legal/copyrightandlicensenotice.php</a> for more information.
- </p>
<h2 id="Test_before_submitting">Test before submitting</h2>
<p>See the
<a href="#Manual_alpha_testing">Manual alpha testing</a> section for some advice about how to test you work yourself.
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/5.1.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/5.1.html
deleted file mode 100644
index c4bd443acd..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/5.1.html
+++ /dev/null
@@ -1,275 +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 5.1 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 5.1 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="Contributors.html" title="Contributors">
- <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">Contributors</td>
- </tr>
- </table><hr class="navigation-separator"/>
- <h1 id="EGit">EGit</h1>
- <h2 id="Features">Features</h2>
- <ul>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=339796" target="egit_external">bug 339796</a> History table: let the user define which columns are shown
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=529850" target="egit_external">bug 529850</a> Github client: Get user's teams across GitHub organizations
- </li>
- </ul>
- <h2 id="Usability">Usability</h2>
- <ul>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538322" target="egit_external">bug 538322</a> Allow horizontal space in file:// URIishs in GitUrlChecker
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536205" target="egit_external">bug 536205</a> Restrict visibility of Gitflow menu items
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538505" target="egit_external">bug 538505</a> Focus file list in commit editor
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537931" target="egit_external">bug 537931</a> Commit editor: Abbreviate parent SHA-1 with 7 characters
- </li>
- <li>Reorder reflog view context menu</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538490" target="egit_external">bug 538490</a> Icon for "Stash Changes..." menu
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538502" target="egit_external">bug 538502</a> Have ellipsis at "Create patch" menu
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538488" target="egit_external">bug 538488</a> Sort upstream branch configuration case insensitive
- </li>
- <li>Focus default button in PullResultDialog</li>
- <li>Radio button style configuration selection of repository properties</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537200" target="egit_external">bug 537200</a> [staging] use icons for author and committer
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537690" target="egit_external">bug 537690</a> Sort branches before tags in pull result dialog
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537482" target="egit_external">bug 537482</a> Use multi-line text fields for merge and rebase result dialogs
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537672" target="egit_external">bug 537672</a> Commit Editor: use proper create branch and create tag icons
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536324" target="egit_external">bug 536324</a> Handle cancellation of rename detection
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537181" target="egit_external">bug 537181</a> History table: adapt column widths when view size changes
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536863" target="egit_external">bug 536863</a> - No feedback on "Import changed projects"
- </li>
- <li>Add 2 missing icons for cherry-pick and rename branch entrie in reflog</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536799" target="egit_external">bug 536799</a> Disable "Compare with previous" for deletions
- </li>
- <li>Mark more jobs as system or user</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=463906" target="egit_external">bug 463906</a> Better default editor opening for file revisions
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536360" target="egit_external">bug 536360</a> Sort decoration variables alphabetically
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535577" target="egit_external">bug 535577</a> Normalize tag name when typing
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536236" target="egit_external">bug 536236</a> Move clean menu item before garbage collect menu item
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536097" target="egit_external">bug 536097</a> Set RepositoryPropertyPage zero pixel margin
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535678" target="egit_external">bug 535678</a> Improve share wizard window title
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536204" target="egit_external">bug 536204</a> Sort gerrit remote refs naturally
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535742" target="egit_external">bug 535742</a> History view: Activate compare mode by default
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535160" target="egit_external">bug 535160</a> Reveal newly created entry in configuration editor
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=533596" target="egit_external">bug 533596</a> Do not display "[NO-HEAD]" for empty repository
- <ul>
- <li>Complete the hovers in the history view</li>
- <li>On the commit ID column, display the full SHA1 and the short commit message.</li>
- </ul>
- </li>
- <li>On the message column, display the short message if not over a ref.</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535171" target="egit_external">bug 535171</a> FetchGerritChangePage: automatic content-assist on paste
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537469" target="egit_external">bug 537469</a> Add missing blank in github wizard labels
- </li>
- </ul>
- <h2 id="Performance_Improvements">Performance Improvements</h2>
- <ul>
- <li>Avoid more UI freezes in ReflogView: redraw once only</li>
- <li>Avoid UI blocks in ReflogView</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536814" target="egit_external">bug 536814</a> Use an asynchronous lightweight decorator in the repositories view
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=485743" target="egit_external">bug 485743</a> Avoid that loading the history blocks updating the commit table
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=440588" target="egit_external">bug 440588</a>,
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=485743" target="egit_external">bug 485743</a> Git history page: move expensive operations in the background
- </li>
- <li>Computing the file diffs</li>
- <li>Preparing to load the history</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535950" target="egit_external">bug 535950</a> Batch resource refreshes
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535856" target="egit_external">bug 535856</a> Speed up staging view tree viewer management
- </li>
- <li>Reload commit info in history only if selection really changed</li>
- </ul>
- <h2 id="Bug_Fixes">Bug Fixes</h2>
- <ul>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538855" target="egit_external">bug 538855</a> Don't log an error on save in comparisons if resource out of sync
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538846" target="egit_external">bug 538846</a> Don't auto-refresh projects with missing .project file
- </li>
- <li>Gitflow: Fix that EGit allowed starting features with diverging develop branches</li>
- <li>Fix Findbugs RV_NEGATING_RESULT_OF_COMPARETO</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538492" target="egit_external">bug 538492</a> Fix NPE in git model synchronization
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537959" target="egit_external">bug 537959</a> Fix layout and title in CommitSelectionDialog
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537937" target="egit_external">bug 537937</a> Replace PlotWalk usage by RevWalk
- </li>
- <li>Fix comparison of SWTCommit to detect changed selection</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537813" target="egit_external">bug 537813</a> Avoid refresh on up-to-date pull operation
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537900" target="egit_external">bug 537900</a> Remove "Change-Id" line properly on CR-LF operating systems
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537492" target="egit_external">bug 537492</a> Fix filter in reflog view
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537790" target="egit_external">bug 537790</a> Ensure that JSch knows HostKeyAlgorithms ssh-rsa and ssh-dss
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=537331" target="egit_external">bug 537331</a> Hide $GIT_DIR and friends from JGit
- </li>
- <li>Fix wrapping label in DateFormatPreferencePage</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536880" target="egit_external">bug 536880</a> Ensure IProjects are not refreshed via IFile handles
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536799" target="egit_external">bug 536799</a> Fix "Compare with Previous" in history view and commit editor outline
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536471" target="egit_external">bug 536471</a> Fix error marker updates in staging view
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=533019" target="egit_external">bug 533019</a> Staging view: update author/committer on config changes
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536472" target="egit_external">bug 536472</a> Do not refresh projects that use a PessimisticResourceRuleFactory
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536357" target="egit_external">bug 536357</a> Fix history preference page field editor layout
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=533005" target="egit_external">bug 533005</a> Disable commit buttons immediately on committing
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536356" target="egit_external">bug 536356</a> Fix DatePreferencePage which did not wrap explanation label
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=536240" target="egit_external">bug 536240</a> Fix sort order in Staging view
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535749" target="egit_external">bug 535749</a> Fix StagingView which wrongly sorted by state initially
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=532940" target="egit_external">bug 532940</a> History search: use CSS for text field background color
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535796" target="egit_external">bug 535796</a> Fix CommitUI.getSelectedFiles()
- </li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531489" target="egit_external">bug 531489</a> Add version tag prefix for closing gitflow hotfix
- </li>
- </ul>
- <h2 id="Build_and_Release_Engineering">Build and Release Engineering</h2>
- <ul>
- <li>Fixed: GitFlow test launch config: Added missing dependencies</li>
- <li>Update Orbit 2018-09 to R20180905201904</li>
- <li>
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=538414" target="egit_external">bug 538414</a> Use new TPD update site
- </li>
- <li>Update Photon orbit repository to R20180606145124</li>
- <li>Update to spotbugs 3.1.6</li>
- <li>Organize OSGi manifests</li>
- <li>Update Jetty to 9.4.11.v20180605</li>
- <li>Update org.apache.httpcomponents.httpclient to 4.5.5.v20180409-1525</li>
- <li>Update org.apache.httpcomponents.httpcore to 4.4.9.v20180409-1525</li>
- <li>Fix validation errors for all target platforms</li>
- <li>[releng] Update Oomph API baseline</li>
- <li>Update Maven plugins
- <ul>
- <li>eclipse-jarsigner-plugin 1.1.5</li>
- <li>jboss repository-utils 1.1.0</li>
- <li>maven-pmd-plugin 3.10.0</li>
- <li>maven-resources-plugin 3.1.0</li>
- <li>spotbugs-maven-plugin 3.1.3.1</li>
- </ul>
- </li>
- <li>Upgrade Tycho to 1.2.0</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="Contributors.html" title="Contributors">
- <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">Contributors</td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/5.3.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/5.3.html
deleted file mode 100644
index 92b580c61b..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/5.3.html
+++ /dev/null
@@ -1,85 +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 5.3 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 5.3 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="Contributors.html" title="Contributors">
- <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">Contributors</td>
- </tr>
- </table><hr class="navigation-separator"/>
- <h1 id="EGit">EGit</h1>
- <h2 id="Requires_Eclipse_Neon">Requires Eclipse Neon</h2>
- <p>EGit 5.3.0 requires Eclipse Neon (4.6) or better. If you use an older version of Eclipse, you are recommended to upgrade the complete Eclipse IDE.</p>
- <h2 id="GPG-signing_Commits">GPG-signing Commits</h2>
- <p>EGit 5.3.0 can sign commits with GPG.</p>
- <p>
- <img alt="Screenshot of the EGit Staging View with the new &quot;Sign commit&quot; icon" border="0" src="images/Egit-commit-sign.png"/>
- </p>
- <p>The new icon in the upper right will allow you to toggle commit signing on or off. The default is read from the Git configuration. If the config option <code>commit.gpgsign</code> is set to <code>true</code>, the button will be selected by default. The value of <code>user.signingkey</code> will be used to determine the signing key. If the value is unset, the email address of the committer will be used to lookup the key. If no key can be found a commit will fail.</p>
- <p>Keys will be looked up from your GPG keyring (either <code>~/.gnupg/pubring.kbx</code> or <code>~/.gnupg/secring.gpg</code>; on Windows the directory <code>%APPDATA%\gnupg</code> is used&mdash;if it exists&mdash;instead of <code>~/.gnupg</code>). </p>
- <p>See the following GitHub help pages for help on GPG signing keys:</p>
- <ul>
- <li>
- <a href="https://help.github.com/articles/generating-a-new-gpg-key/" target="egit_external">Generating a new GPG key</a>
- </li>
- <li>
- <a href="https://help.github.com/articles/telling-git-about-your-signing-key/" target="egit_external">Telling Git about your signing key</a>
- </li>
- <li>
- <a href="https://help.github.com/articles/associating-an-email-with-your-gpg-key/" target="egit_external">Associating an email with your GPG key</a>
- </li>
- </ul>
- <h2 id="SSH_Library">SSH Library</h2>
- <p>In the last release we had introduced a new SSH client based on the
- <a href="https://mina.apache.org/sshd-project/" target="egit_external">Apache MINA sshd</a> library as an alternative to the JSch-based client. In EGit 5.3.0 the default settings are switched: by default, the Apache MINA implementation is used.
- </p>
- <p>We plan to remove the old JSch SSH implementation completely in a future release of EGit.</p>
- <h2 id="Compare_and_Merge_Editors">Compare and Merge Editors</h2>
- <p>Text comparisons in Eclipse have been improved to make "Show Whitespace" work in more cases.</p>
- <p>Also, concurrent editing of a file in a merge editor and in another editor open on the same file has been improved and works now better and even for files not in the Eclipse workspace.</p>
- <p>
- <img alt="Screenshot of a Java comparison in Eclipse (workspace against index) showing whitespace on the index side" border="0" src="images/EGit_Compare_Editor_Show_Whitespace.png"/>
- </p>
- <p>Note that both showing whitespace and concurrent editing depend not only on the way EGit sets up the comparison (which is what we improved) but also on the actual editors being used. These editors are beyond the control of EGit. With files not in the Eclipse workspace, one may encounter Platform
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=214351" target="egit_external">bug 214351</a> when a file is open in another editor.
- </p>
- <h2 id="Other_Changes">Other Changes</h2>
- <p>EGit 5.3.0 includes lots of less noticeable improvements in the UI, plus a number of bug fixes. We also made a number of performance improvements. The complete list of new features and bug fixes is available in the
- <a href="https://projects.eclipse.org/projects/technology.egit/releases/5.3.0/" target="egit_external">release notes</a>.
- </p><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="Contributors.html" title="Contributors">
- <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">Contributors</td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Updating-This-Document.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Updating-This-Document.html
deleted file mode 100644
index 3269d41562..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Updating-This-Document.html
+++ /dev/null
@@ -1,55 +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 5.3 New and Noteworthy - Updating This Document</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">Updating This Document</th>
- </tr>
- <tr>
- <td style="width: 20%" align="left">
- <a href="Contributors.html" title="Contributors">
- <img alt="Previous" border="0" src="../../../images/prev.gif"/>
- </a>
- </td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right"></td>
- </tr>
- <tr>
- <td style="width: 20%" align="left" valign="top">Contributors</td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top"></td>
- </tr>
- </table><hr class="navigation-separator"/>
- <h1 id="Updating_This_Document">Updating This Document</h1>
- <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/EGit/New_and_Noteworthy/5.3" target="egit_external">http://wiki.eclipse.org/EGit/New_and_Noteworthy/5.3</a>
- </p><hr class="navigation-separator"/>
- <table class="navigation" style="width: 100%;" border="0" summary="navigation">
- <tr>
- <td style="width: 20%" align="left">
- <a href="Contributors.html" title="Contributors">
- <img alt="Previous" border="0" src="../../../images/prev.gif"/>
- </a>
- </td>
- <td style="width: 60%" align="center">
- <a href="5.3.html" title="EGit 5.3 New and Noteworthy">
- <img alt="EGit 5.3 New and Noteworthy" border="0" src="../../../images/home.gif"/>
- </a>
- </td>
- <td style="width: 20%" align="right"></td>
- </tr>
- <tr>
- <td style="width: 20%" align="left" valign="top">Contributors</td>
- <td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top"></td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/EGit_Compare_Editor_Show_Whitespace.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/EGit_Compare_Editor_Show_Whitespace.png
deleted file mode 100644
index 8483c7074a..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/EGit_Compare_Editor_Show_Whitespace.png
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/Egit-commit-sign.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/Egit-commit-sign.png
deleted file mode 100644
index 9b5fbfd4e5..0000000000
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/images/Egit-commit-sign.png
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/5.4.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/5.4.html
new file mode 100644
index 0000000000..28e3cae05b
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/5.4.html
@@ -0,0 +1,86 @@
+<?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 5.4 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 5.4 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="Contributors.html" title="Contributors">
+ <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">Contributors</td>
+ </tr>
+ </table><hr class="navigation-separator"/>
+ <h1 id="EGit">EGit</h1>
+ <h2 id="SSH_Library">SSH Library</h2>
+ <p>EGit 5.4.0 can now handle
+ <i>encrypted</i> new-style OpenSSH private keys, for instance password-protected ed25519 keys, when the "Apache MINA sshd" SSH client is used. (There's a preference setting in the main EGit preference page under
+ <i>Preferences&rarr;Team&rarr;Git</i> to choose between "Apache MINA sshd" (default) and the older "JSch" library.)
+ </p>
+ <dl>
+ <dd>On Java versions older than 8u161, you may need to download and install the
+ <a href="https://www.oracle.com/technetwork/java/javase/downloads/jce-all-download-5170447.html" target="egit_external">"JCE Unlimited Strength Jurisdiction Policy Files"</a> for this to work. OpenSSH uses the AES encryption with 256bit keys, which is available in older Java only with this extension. On newer Java versions, "unlimited strength" encryption is enabled by default, so you need not do anything.
+ </dd>
+ </dl>
+ <p>We plan to remove the old JSch SSH implementation completely in a future release of EGit.</p>
+ <h2 id="Filtering_Content_from_the_Git_Repositories_View">Filtering Content from the Git Repositories View</h2>
+ <p>The Git Repositories view can now be configured to show less nodes.</p>
+ <p>
+ <img alt="Screenshot showing the &quot;Filters and Customization...&quot; entry in the view menu of the Git Repositories view" border="0" src="images/EGit_Repo_View_Filters.png"/>
+ </p>
+ <p>In the view menu of the Git Repositories view, choose the "Filters and Customization..." entry. This will open a dialog where you can choose which information should be suppressed:</p>
+ <p>
+ <img alt="Screenshot of the &quot;Filters and Customization&quot; dialog of the Git Repositories view" border="0" src="images/EGit_Repo_View_Filters_Dialog.png"/>
+ </p>
+ <p>Checked node types will
+ <i>not</i> be shown in the Git Repositories view. Note that the top repositories nodes and the local branches node cannot be hidden.
+ </p>
+ <h2 id="Checking_out_Files_from_a_Commit">Checking out Files from a Commit</h2>
+ <p>In the Git History view there is a new command in the context menu on the file list to check out the selected file versions from that commit. This can be useful to revert individual files to an earlier state, or to a state on another branch.</p>
+ <p>
+ <img alt="Screenshot of the Git History view showing the new check-out command." border="0" src="images/Check_Out_This_Version.png"/>
+ </p>
+ <p>This command is also available in the Commit Viewer (also for stashes), and in the outline view of the Commit Viewer's unified diff page. The check-out skips files deleted in that commit and submodules contained in the selection. If the check-out would overwrite uncommitted changes, such as when a file to be checked out is modified in the workspace, the user is asked to confirm overwriting.</p>
+ <h2 id="Showing_Whitespace_Characters_in_the_Diff_in_the_History_View">Showing Whitespace Characters in the Diff in the History View</h2>
+ <p>The diff viewer in the Git History view can now show whitespace characters:</p>
+ <p>
+ <img alt="Screenshot of the Git History view with the context menu on the diff viewer visible and showing whitespace characters in the diff viewer." border="0" src="images/EGit_History_Whitespace.png"/>
+ </p>
+ <p>The diff viewer is located in the bottom-left part of the view, below the commit message. When files changed in a commit are selected in the file list bottom-right, the diff viewer shows a unified diff of the changes made to those files in that commit. (For performance reasons, the diff is truncated after 10'000 lines; to see a full unified diff, open the commit in the Commit Viewer via the context menu in the commit table.)</p>
+ <p>This diff viewer has now a little context menu where the user can enable or disable showing whitespace characters.</p>
+ <h2 id="Other_Changes">Other Changes</h2>
+ <p>EGit 5.4.0 includes lots of less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the
+ <a href="https://projects.eclipse.org/projects/technology.egit/releases/5.4.0/" target="egit_external">release notes</a>.
+ </p><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="Contributors.html" title="Contributors">
+ <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">Contributors</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Contributors.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/Contributors.html
index 8bbd977c05..124a613652 100644
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.3/Contributors.html
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/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>EGit 5.3 New and Noteworthy - Contributors</title>
+ <title>EGit 5.4 New and Noteworthy - Contributors</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
@@ -12,57 +12,55 @@
</tr>
<tr>
<td style="width: 20%" align="left">
- <a href="5.3.html" title="EGit 5.3 New and Noteworthy">
+ <a href="5.4.html" title="EGit 5.4 New and Noteworthy">
<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="Updating-This-Document.html" title="Updating This Document">
+ <a href="See-Also.html" title="See Also">
<img alt="Next" border="0" src="../../../images/next.gif"/>
</a>
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">EGit 5.3 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">EGit 5.4 New and Noteworthy</td>
<td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top">Updating This Document</td>
+ <td style="width: 20%" align="right" valign="top">See Also</td>
</tr>
</table><hr class="navigation-separator"/>
<h1 id="Contributors">Contributors</h1>
- <p>The following 10 developers worked on this release:</p>
- <p>Christian W. Damus,
- Frédéric Cilia,
- Gunnar Wagenknecht,
- Lars Vogel,
- Luca Andreatta,
- Matthias Becker,
+ <p>The following 8 developers worked on this release:</p>
+ <p>Alexander Nittka,
+ Andrey Loskutov,
+ Carsten Hammer,
+ George Gastaldi,
Matthias Sohn,
Michael Keppler,
- Thomas Wolf,
- Tim Neumann</p><hr class="navigation-separator"/>
+ Peter Severin,
+ Thomas Wolf</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="5.3.html" title="EGit 5.3 New and Noteworthy">
+ <a href="5.4.html" title="EGit 5.4 New and Noteworthy">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
- <a href="5.3.html" title="EGit 5.3 New and Noteworthy">
- <img alt="EGit 5.3 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="5.4.html" title="EGit 5.4 New and Noteworthy">
+ <img alt="EGit 5.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
- <a href="Updating-This-Document.html" title="Updating This Document">
+ <a href="See-Also.html" title="See Also">
<img alt="Next" border="0" src="../../../images/next.gif"/>
</a>
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">EGit 5.3 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">EGit 5.4 New and Noteworthy</td>
<td style="width: 60%" align="center"></td>
- <td style="width: 20%" align="right" valign="top">Updating This Document</td>
+ <td style="width: 20%" align="right" valign="top">See Also</td>
</tr>
</table>
</body>
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Contributors.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/See-Also.html
index 03c3e38112..68d3dd629a 100644
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Contributors.html
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/See-Also.html
@@ -2,17 +2,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>EGit 5.1 New and Noteworthy - Contributors</title>
+ <title>EGit 5.4 New and Noteworthy - See Also</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">Contributors</th>
+ <th style="width: 100%" align="center" colspan="3">See Also</th>
</tr>
<tr>
<td style="width: 20%" align="left">
- <a href="5.1.html" title="EGit 5.1 New and Noteworthy">
+ <a href="Contributors.html" title="Contributors">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
@@ -24,30 +24,25 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">EGit 5.1 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">Contributors</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
</table><hr class="navigation-separator"/>
- <h1 id="Contributors">Contributors</h1>
- <p>The following 7 developers worked on this release:</p>
- <p>David Pursehouse,
- Luís Copetti,
- Mat Booth,
- Matthias Sohn,
- Max Hohenegger,
- Michael Keppler,
- Thomas Wolf</p><hr class="navigation-separator"/>
+ <h1 id="See_Also">See Also</h1>
+ <p>See also the
+ <a href="../../../JGit/New_and_Noteworthy/5.4/5.4.html" title="JGit/New_and_Noteworthy/5.4">new features in JGit</a> for additional information.
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="5.1.html" title="EGit 5.1 New and Noteworthy">
+ <a href="Contributors.html" title="Contributors">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
- <a href="5.1.html" title="EGit 5.1 New and Noteworthy">
- <img alt="EGit 5.1 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="5.4.html" title="EGit 5.4 New and Noteworthy">
+ <img alt="EGit 5.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
@@ -57,7 +52,7 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">EGit 5.1 New and Noteworthy</td>
+ <td style="width: 20%" align="left" valign="top">Contributors</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Updating-This-Document.html b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/Updating-This-Document.html
index e5b7ea8010..1f3de396b1 100644
--- a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.1/Updating-This-Document.html
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/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>EGit 5.1 New and Noteworthy - Updating This Document</title>
+ <title>EGit 5.4 New and Noteworthy - Updating This Document</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="Contributors.html" title="Contributors">
+ <a href="See-Also.html" title="See Also">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
@@ -20,7 +20,7 @@
<td style="width: 20%" align="right"></td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">Contributors</td>
+ <td style="width: 20%" align="left" valign="top">See Also</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top"></td>
</tr>
@@ -29,24 +29,24 @@
<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/EGit/New_and_Noteworthy/5.1" target="egit_external">http://wiki.eclipse.org/EGit/New_and_Noteworthy/5.1</a>
+ <a href="http://wiki.eclipse.org/EGit/New_and_Noteworthy/5.4" target="egit_external">http://wiki.eclipse.org/EGit/New_and_Noteworthy/5.4</a>
</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="Contributors.html" title="Contributors">
+ <a href="See-Also.html" title="See Also">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
- <a href="5.1.html" title="EGit 5.1 New and Noteworthy">
- <img alt="EGit 5.1 New and Noteworthy" border="0" src="../../../images/home.gif"/>
+ <a href="5.4.html" title="EGit 5.4 New and Noteworthy">
+ <img alt="EGit 5.4 New and Noteworthy" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right"></td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">Contributors</td>
+ <td style="width: 20%" align="left" valign="top">See Also</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top"></td>
</tr>
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/Check_Out_This_Version.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/Check_Out_This_Version.png
new file mode 100644
index 0000000000..6722feea0c
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/Check_Out_This_Version.png
Binary files differ
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_History_Whitespace.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_History_Whitespace.png
new file mode 100644
index 0000000000..024c7984ff
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_History_Whitespace.png
Binary files differ
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters.png
new file mode 100644
index 0000000000..731af394d0
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters.png
Binary files differ
diff --git a/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters_Dialog.png b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters_Dialog.png
new file mode 100644
index 0000000000..e06e345633
--- /dev/null
+++ b/org.eclipse.egit.doc/help/EGit/New_and_Noteworthy/5.4/images/EGit_Repo_View_Filters_Dialog.png
Binary files differ

Back to the top