Hi,

I did a "git checkout --detached", and now I get:

$ git status           
HEAD detached at HEAD
nothing to commit, working directory clean
$ git branch
* (HEAD detached at HEAD)
  master

The "HEAD detached at HEAD" is not very helpful. I thought there was an
abbreved sha1 here before, but I'm getting the same with latest Git in
master and Git 2.0, so it doesn't seem to be new.

I'm getting it even if there's a tag and/or a branch pointing to the
same commit.

Any idea what's going on?

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to