Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » EGit Annotations Across All Branches
EGit Annotations Across All Branches [message #902977] Tue, 21 August 2012 09:49 Go to next message
Eclipse UserFriend
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 02:55 Go to previous messageGo to next message
Eclipse UserFriend
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 14:26 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 11:11:45 EDT 2025

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

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

Back to the top