git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git bisect start on a tag revision fails
@ 2008-02-10 11:01 Reece Dunn
  2008-02-10 13:59 ` [PATCH] bisect: allow starting with a detached HEAD Johannes Schindelin
  0 siblings, 1 reply; 2+ messages in thread
From: Reece Dunn @ 2008-02-10 11:01 UTC (permalink / raw)
  To: Git

Hi,

When hunting bugs with the wine source code
(git://source.winehq.org/git/wine.git), both Dan Kegel and I have
found the following berhaviour with git bisect:

$ git checkout wine-0.9.54
HEAD is now at 8f954cc... Release 0.9.54.
$ git bisect start
fatal: ref HEAD is not a symbolic ref
Bad HEAD - I need a symbolic ref

Whereas doing:

$ git checkout master
$ git bisect start

then:

$ git checkout wine-0.9.54
$ git bisect good

works.

Is it possible to have bisect support non-symbolic refs?

- Reece

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-10 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10 11:01 git bisect start on a tag revision fails Reece Dunn
2008-02-10 13:59 ` [PATCH] bisect: allow starting with a detached HEAD Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).