Jan Krueger schrieb:
Hi,
I'd expected that "HEAD is now at 9d8318051...". Wrong?
When I checkout "1d2375d" it says the very same:
> HEAD is now at 1d2375d... GIT 1.5.5
9d831 is the v1.5.5 tag object; 1d237 is the commit it points to. When
you pass a tag reference to checkout, it gets dereferenced to the
corresponding commit.
Ahh, that explains it. :-) Thanks! I sometimes mix up the different IDs
Git emitts.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html