You can open a file (or select it from project explorer) and do: Right Click -> Team -> Show in history. This will open the following view:

The filter circled in red is: "Show all changes of selected resource and its children" which basically will filter only the commits that relate in any way to the resource you've selected (you can chose the different filters to get a better understanding of how they differ from each other).

Answer from Denis Rosca on Stack Overflow
🌐
Eclipse
wiki.eclipse.org › EGit › User_Guide
EGit/User Guide - Eclipse Wiki
Modifications to a project under git version control are persisted in the git history through commits. Starting from the state checked out from the git repository modify your project until you have reached a state you are satisfied with and then commit all these changes into the repository as one single commit. Each commit represents a well defined snapshot of all the files stored in the repository. To modify a project which is already shared with Git modify or delete files either within Eclipse or directly in the file system.
Discussions

eclipse - Way to see the whole commit history of a repo in Egit/TortoiseGit? - Stack Overflow
I guess that'll be somehting on the lines of the git log master console command. In other words, if you do checkout at any time your initial commit, how are you supposed to later be able to checkout the newer commits if your history won't show them? I've been checking out, and it seems TortoiseGit "suffers" from the same problem. Is it indeed a problem or is just me that's not doing thing as we're supposed to? ... There is actually a button Show all Branches and Tags in the Eclipse ... More on stackoverflow.com
🌐 stackoverflow.com
git - How can I view the history of a single branch in EGit for eclipse - Stack Overflow
When reviewing code in eclipse using EGit plugin, before merging it to the develop branch, you switch to the branch and see what files changed with the commits on that branch. For this I would like to see -only- the commits to the current checked out branch. When using Team -> Show in History, I get the complete history across all branches. How can I view only the commits to the current checked out branch, instead of having to search trough the complete GIT ... More on stackoverflow.com
🌐 stackoverflow.com
Problems with git History view
Looks like the diff viewer is too large and covers the commit table. You can switch off the diff viewer in the view options or try to resize it. More on reddit.com
🌐 r/eclipse
2
2
March 31, 2023
git - Eclipse eGit : History view only shows local history, not remote history - Stack Overflow
I used to be able to see the actual commit history of a file, but now all I get is the local history: What has changed? More on stackoverflow.com
🌐 stackoverflow.com
🌐
Blogger
sjgpsoft.blogspot.com › 2017 › 01 › faster-git-history-view-in-eclipse.html
Faster Git History View in Eclipse
One simple setting change made our History views in Eclipse faster: In Eclipse, select Window -> Preferences. In the tree-view of categories, navigate to Team -> Git -> History
🌐
Baeldung
baeldung.com › home › ide › introduction to egit
Introduction to EGit | Baeldung
February 13, 2024 - In addition, by clicking on Add Signed-off-by icon in the top right corner, we can add a Signed-off-by tag. We can check the history of a file by right-clicking on it and choosing Team -> Show in History.
🌐
SysTutorials
systutorials.com › configure-eclipse-to-show-git-revision-information-in-editor
Show Git Blame In Eclipse Editor - SysTutorials
April 11, 2026 - Highlight Changed Lines: Configure ... Set). This shows uncommitted changes at a glance. Git History View: Right-click a file and select Team → Show in History to see the full commit log for that file....
🌐
LogicBig
logicbig.com › tutorials › misc › git › eclipse.html
Git - Using Git in Eclipse IDE (EGit plugin)
December 18, 2018 - The command git log shows the commit logs. Double clicking on a commit record, shows the commit details as shown in three right side panes: History View allows to inspect change history.
Find elsewhere
🌐
Code2care
code2care.org › home page › git › show commit date in eclipse git history details
How to Show Commit Date in Eclipse Git History Details | Code2care
January 17, 2023 - When you see the Git history for a project in Eclipse IDE (via right-click on Project -> Teams -> Show in History) you get details of all your commits with a Committed Date which displays the dates as relative, Relative Example:
🌐
Vogella
vogella.com › tutorials › EclipseGit › article.html
Eclipse Git Tutorial
May 31, 2026 - For example, if you are in the Git Repositories view, you can open a commit via the main Eclipse menu. To do this select the Navigate Open Git Commit menu entry. If you open a commit, you can create a tag or branch from it. You can revert it, cherry-pick it, or check it out. You can reveal it in the History view.
🌐
Reddit
reddit.com › r/eclipse › problems with git history view
r/eclipse on Reddit: Problems with git History view
March 31, 2023 -

Moin,

I have recently started to work with Java and git and followed a tutorial (I am new to eclipse and java so please don't be too harsh if the question is trivial. ).

After I attempted to merge branches yesterday for the first time, I seem to have changed something, so that my history view in Eclipse now looks like this.

Since then, I started from scratch, created a new repository (test_repository) and would expect the version history of my elaborated script to look something like this (GitKraken).

Can someone help me how to revert back to this history view in Eclipse?

Cheers!

🌐
Red Hat
developers.redhat.com › blog › 2014 › 08 › 05 › eclipse-egit-for-git-repo-management
Eclipse EGit for git repo management | Red Hat Developer
February 22, 2024 - Git Branching Enable the git tool ... a remote repo or a stash: History You can enable the 'git history' view (Drop down menu: Window -> Views -> Other) and view the git history:...
🌐
Eclipse
wiki.eclipse.org › EGit › New_and_Noteworthy › 5.6
EGit/New and Noteworthy/5.6 - Eclipse Wiki
The Git history view newly allows the user to define for each repository exactly which branches to show. Before EGit 5.6, one could show either the full history of all branches and tags, or the history starting from HEAD, i.e., the currently checked out commit or branch.
🌐
Eclipse
wiki.eclipse.org › Orion › Documentation › User_Guide › Reference › Git_Log_page
Orion/Documentation/User Guide/Reference/Git Log page - Eclipsepedia
From the Repositories page, click the Git Log link next to any local or remote branch of a repository. This will show the entire commit history of the corresponding branch.
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.egit.doc › help › EGit › User_Guide › Reference.html
EGit User Guide - Reference
Window > Open View > Git > Git Repositories opens the Git Repositories view which is explained in detail here. The History View for Resources under Git version control is a commit-centric view of the resources in a given Repository.
🌐
Eclipse
wiki.eclipse.org › EGit › User_Guide › One_page
EGit/User Guide/One page - Eclipse Wiki
December 20, 2011 - Modifications to a project under git version control are persisted in the git history through commits. Starting from the state checked out from the git repository modify your project until you have reached a state you are satisfied with and then commit all these changes into the repository as one single commit. Each commit represents a well defined snapshot of all the files stored in the repository. To modify a project which is already shared with Git modify or delete files either within Eclipse or directly in the file system.
🌐
GitHub
github.com › eclipsesource › megit
GitHub - eclipsesource/megit: Standalone Git GUI based on EGit · GitHub
Nice visualization of the git history making it easy to keep a good overview when analyzing, merging or rebasing branches, cherry-picking commits, changing the git history, etc. ... Please refer to the EGit user guide to learn more. MeGit intends to make it easy to just use EGit. It hence doesn't add any functionality itself, but only builds EGit as a standalone application with the minimal dependencies. Thus, start up should be fast. Just open MeGit and add the git repositories you care about. There is no need to import them as Eclipse projects.
Starred by 542 users
Forked by 54 users
Languages   Java