2009/5/31 Nicolas Sebrecht <nicolas.s.dev@xxxxxx>: > The 31/05/09, Aaron Gray wrote: >> >> I think index is HEAD or a revision hash. Am I correct ? > > HEAD is a reference to a branch name: Not really. Try "git checkout HEAD^" and run cat .git/HEAD It is more a pointer to a commit. The pointers to a commit in git are allowed to be indirect by referencing other pointers. -- 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