git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Avoid forking a process when checking merge bases
@ 2009-05-27  5:09 Christian Couder
  2009-05-27  5:09 ` [PATCH v2 1/2] bisect: rework some rev related functions to make them more reusable Christian Couder
  2009-05-27  5:09 ` [PATCH v2 2/2] bisect: check ancestors without forking a "git rev-list" process Christian Couder
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Couder @ 2009-05-27  5:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

The goal of this patch series is to check if good revisions are
ancestor of the bad revision without forking a process to launch
"git rev-list $good ^$bad".

This new version of this patch series does not use an "unparse_commit"
function anymore, we use "clear_commit_marks" instead.

  bisect: rework some rev related functions to make them more reusable
  bisect: check ancestors without forking a "git rev-list" process

 bisect.c                    |   79 +++++++++++++++++++-----------------------
 t/t6030-bisect-porcelain.sh |   13 +------
 2 files changed, 37 insertions(+), 55 deletions(-)

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

end of thread, other threads:[~2009-05-27  5:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27  5:09 [PATCH v2 0/2] Avoid forking a process when checking merge bases Christian Couder
2009-05-27  5:09 ` [PATCH v2 1/2] bisect: rework some rev related functions to make them more reusable Christian Couder
2009-05-27  5:09 ` [PATCH v2 2/2] bisect: check ancestors without forking a "git rev-list" process Christian Couder

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