* [PATCH 0/3] Avoid forking a process when checking merge bases
@ 2009-05-17 16:35 Christian Couder
0 siblings, 0 replies; only message in thread
From: Christian Couder @ 2009-05-17 16:35 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".
To do that it introduces an "unparse_commit" function that may be
usefull in other cases, for example see:
http://article.gmane.org/gmane.comp.version-control.git/114916
Ps: sorry to send this cover letter late because of a bug in the
script I used to send the series.
bisect: rework some rev related functions to make them more reusable
commit: add function to unparse a commit and its parents
bisect: check ancestors without forking a "git rev-list" process
bisect.c | 79
+++++++++++++++++++-----------------------
commit.c | 20 +++++++++++
commit.h | 2 +
t/t6030-bisect-porcelain.sh | 13 +------
4 files changed, 59 insertions(+), 55 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-17 16:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-17 16:35 [PATCH 0/3] Avoid forking a process when checking merge bases 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).