git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* feature request - telling git bisect to skip, from inside a commit
@ 2011-03-26 18:48 Jim Cromie
  2011-03-28  4:03 ` Christian Couder
  2011-03-28 16:31 ` Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Jim Cromie @ 2011-03-26 18:48 UTC (permalink / raw)
  To: git

sometimes its feels clearer to devote a commit to changing (for example)
the definition of a struct;  and changing all users of that struct in
the next commit.
This isolates and highlights the definitional change, rather than burying it in
the middle of a huge diff.

The downside of doing this is that git bisect will trip over this 1/2 change.
It would be nice if a committer could mark the commit as not bisectable,
perhaps by just adding this, on a separate line, to the commit-message:

    "git bisect skip [optional range]"

the range presumably would be something like CURRENT^1
except that it would make more sense to flag successors than ancestors,
and of course, CURRENT would have to mean something.

Anyway, range isnt really needed, as any subsequent interim commits
could also flag themselves as such.

git bisect already has ability to skip a commit, this just helps an automated
bisection script.

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

end of thread, other threads:[~2011-03-29 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 18:48 feature request - telling git bisect to skip, from inside a commit Jim Cromie
2011-03-28  4:03 ` Christian Couder
2011-03-28 16:31 ` Jeff King
2011-03-28 16:51   ` Junio C Hamano
2011-03-29 17:00     ` Jim Cromie
2011-03-29 18:23       ` Jeff King

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).