git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Make merge recursive faster in some cases
@ 2006-02-02 11:38 Fredrik Kuivinen
  2006-02-02 11:43 ` [PATCH 1/2] merge-recursive: Make use of provided bases Fredrik Kuivinen
  2006-02-02 11:43 ` [PATCH 2/2] merge-recursive: Speed up commit graph construction Fredrik Kuivinen
  0 siblings, 2 replies; 3+ messages in thread
From: Fredrik Kuivinen @ 2006-02-02 11:38 UTC (permalink / raw)
  To: git; +Cc: junkio

The first patch teaches git-merge-recursive how to use the bases that
are supplied by the merge driver program in some cases. To be more
precise: if git-merge-recursive is supplied with a single base then
that one will be used, otherwise git-merge-recursive will compute the
bases on its own.

The second patch makes the commit graph construction more efficient.

- Fredrik

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

end of thread, other threads:[~2006-02-02 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-02 11:38 [PATCH 0/2] Make merge recursive faster in some cases Fredrik Kuivinen
2006-02-02 11:43 ` [PATCH 1/2] merge-recursive: Make use of provided bases Fredrik Kuivinen
2006-02-02 11:43 ` [PATCH 2/2] merge-recursive: Speed up commit graph construction Fredrik Kuivinen

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