git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v2 0/3] automatically skip away from broken commits
@ 2009-06-05  4:10 Christian Couder
  2009-06-05  4:10 ` [PATCH v2 1/3] bisect: add parameters to "filter_skipped" Christian Couder
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Christian Couder @ 2009-06-05  4:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Sam Vilain, H. Peter Anvin, Ingo Molnar

This patch series makes "git bisect skip" skip away from an area where
the commits cannot be tested.

This is done automatically. The user has nothing todo. We alternatively
try to test commits 20%, 40% and 60% away from the optimal commit that
has been skipped.

  bisect: add parameters to "filter_skipped"
  bisect: when skipping, choose a commit away from a skipped commit
  t6030: test skipping away from an already skipped commit

 bisect.c                    |   77 ++++++++++++++++++++++++++++++++++++++++--
 bisect.h                    |    4 ++-
 builtin-rev-list.c          |    4 ++-
 t/t6030-bisect-porcelain.sh |   12 +++++++
 4 files changed, 91 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2009-06-06  5:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-05  4:10 [PATCH v2 0/3] automatically skip away from broken commits Christian Couder
2009-06-05  4:10 ` [PATCH v2 1/3] bisect: add parameters to "filter_skipped" Christian Couder
2009-06-05  6:48   ` Junio C Hamano
2009-06-06  4:38     ` Christian Couder
2009-06-05  4:10 ` [PATCH v2 2/3] bisect: when skipping, choose a commit away from a skipped commit Christian Couder
2009-06-05  6:48   ` Junio C Hamano
2009-06-06  4:38     ` Christian Couder
2009-06-06  5:19       ` Junio C Hamano
2009-06-05  4:10 ` [PATCH v2 3/3] t6030: test skipping away from an already " Christian Couder

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).