Remove ORIG_HEAD and FETCH_HEAD from history view in Eclipse

eclipse, egit, git

Solution

As I understand from the comments on your question, you only want these refs not to be shown in `History` view. You may try to uncheck `Additional Refs` from `Preferences > Team > Git > History`. This should do the job.

Problem

I recently started using Eclipse Kepler with EGit plugin and these branches are not what I am used to. Is there a way to permanently stop these branches from being created? I tried removing them manually, but it does not work and I don't want to have them the next time I do fetch or rebase.

Original source

Related problems