Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/New and Noteworthy/5.5

< EGit‎ | New and Noteworthy
Revision as of 13:28, 27 June 2019 by Unnamed Poltroon (Talk) (Start N&N for EGit 5.5.0 with initial content for lightweight tag creation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EGit

Creating Lightweight Tags

With EGit 5.5.0, you can create lightweight tags. Just leave the message field in the "Create Tag" dialog empty:

Screenshot of the "Create Tag" dialog showing the tooltip on the "Create" button explaining this.

A lightweight tag doesn't store any author information (who created the tag) or message, and it cannot be signed. It is really just a plain name for a commit. An annotated commit, on the other hand, additionally stores a message, and also the author of the tag.

If an existing tag is selected and the "Force replace existing tag" option is checked, the dialog can also be used to move a tag (make it refer to a different commit than before), or to change an annotated tag into a lightweight tag (by clearing the message) or vice versa (by adding a message).

Other Changes

EGit 5.5.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 release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

Video

You can see many of the changes in action in the <TBD: insert video link, if there is a video> video.

See Also

See also the new features in JGit for additional information.

Back to the top