Don't recurse into parents marked uninteresting.
authorMatthias Urlichs <smurf@smurf.noris.de>
Thu, 9 Mar 2006 04:04:36 +0000 (05:04 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Mar 2006 09:49:07 +0000 (01:49 -0800)
commitd2c4af73738229e2b7c640f818f56f17d1d9edf8
tree1a549acae07fa9741e75e7c6c86bf1092f2ab710
parentc13c6bf758457a3e7293b2adf63cc47aec8d83ef
Don't recurse into parents marked uninteresting.

revision.c:make_parents_uninteresting() is exponential with the number
of merges in the tree. That's fine -- unless some other part of git
already has pulled the whole commit tree into memory ...

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c