Community
Participate
Working Groups
I Head becomes detached, then the Git Label decorations show the shortened commit ID (first six digits), e.g. <project name> [123456]. This may be confusing to the end user, as they can not clearly distinguish this from a branch which happens to be named "123456". A possible solution could be to add ellipsis to the label in order to indicate that it has been shortened, i.e. <project name> [123456...]. This also resembles the behavior in the command line.
In order to reproduce, simply use git checkout HEAD~2 in the command line and see how Eclipse behaves.
http://egit.eclipse.org/r/666
http://egit.eclipse.org/r/#change,675
merged as egit commit 78829de43e61457cbff5e2639b9db0832a92277e
closed