Search code examples
eclipsegitegit

Assume Unchanged files not appearing in EGit Staging View


Is there a way to find the files I've set to 'Assume Unchanged'?

I've modified several files and wanted to pull, so I've set them to 'Assume Unchanged'. Now I'm finished and want to commit, but they don't appear in the Git Staging window.

I use Eclipse 4.4.2.


Solution

  • Files with assume-unchanged flag set are decorated with a little blue checkmark, see Preferences > Team > Label decorations

    See https://bugs.eclipse.org/bugs/show_bug.cgi?id=581862 for hints how listing files having assumeValid set could be implemented. In case someone wants to contribute an implementation.