views:

150

answers:

3

I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse?

alt text

+4  A: 

I'm not familiar with git, but when using svn with Eclipse, the white star on the brown square means you have made changes to the file since the last time you updated it. The gold cylinder, on the other hand, means you have not made changes so the local file is identical to the repository version. So it must mean something that is roughly equivalent to that in git.

MatrixFrog
+5  A: 

This page should give you a good rundown of what the icons mean for GIT in eclipse

Arch
+1 looks like the one. Welcome to SO Arch!
fupsduck
+2  A: 

Eclipse icons list:

1- JDT icons

2- main icons

3- Eclipse user interface guideline

4- GIT Label Decorations

Michel Kogan
I looked there too but did not find the icons the asker asked about. See Arch.
fupsduck
Adding 4. did the trick.
fupsduck
Michel Kogan