Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » EGit Annotations Across All Branches
EGit Annotations Across All Branches [message #902977] Tue, 21 August 2012 13:49 Go to next message
Matt Donnelly is currently offline Matt DonnellyFriend
Messages: 6
Registered: March 2012
Junior Member
I'm trying to use EGit to do an Annotation across all branches in Eclipse. For instance, we just created a new remote branch, and only one commit has been made on this branch for a file. Now, the entire file appears to annotate with the same commit.

There have definitely been other changes to this file before this branch was created, but none of them appear using annotations. Is there any way to ensure that changes on ALL branches are properly annotated using Team > Show Annotations with EGit?
Re: EGit Annotations Across All Branches [message #908322 is a reply to message #902977] Wed, 05 September 2012 06:55 Go to previous messageGo to next message
Stefan Lay is currently offline Stefan LayFriend
Messages: 342
Registered: July 2009
Senior Member
No, Team > Show Annotations currently does the same as git blame on the command line. It shows the last change of each line. When the entire file appears to annotate with the same commit then that commit has changed all line.

If you think that that is not the case, there may be a bug. What do you see if you open the commit in the Commit Viewer and double click on the file?

If you want to see a list of commit which changed the file you can do that in the History View. Select Team > Show in History. In the History View, select the filter button "Show all changes of selected resource and its children" [1].

[1] http://wiki.eclipse.org/EGit/User_Guide#Working_with_the_Filter_Settings
Re: EGit Annotations Across All Branches [message #908651 is a reply to message #902977] Wed, 05 September 2012 18:26 Go to previous message
Robin Rosenberg is currently offline Robin RosenbergFriend
Messages: 332
Registered: July 2009
Senior Member
Matt Donnelly skrev 2012-08-21 15.49:
> I'm trying to use EGit to do an Annotation across all branches in Eclipse. For instance, we just created a new remote branch, and only one commit has been made on this
> branch for a file. Now, the entire file appears to annotate with the same commit.
>
> There have definitely been other changes to this file before this branch was created, but none of them appear using annotations. Is there any way to ensure that changes on
> ALL branches are properly annotated using Team > Show Annotations with EGit?

Perhaps the line endings were changed.

-- robin
Previous Topic:JGit Custom Command
Next Topic:Weird Simply in front of project name,I can not use some egit funtion s
Goto Forum:
  


Current Time: Tue Mar 19 05:11:04 GMT 2024

Powered by FUDForum. Page generated in 0.02521 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top