Linus Torvalds [off-list ref] writes:
On Thu, 31 Jul 2008, Junio C Hamano wrote:
quoted
It was even worse than that.
The output from v3 is incorrect
Ok. I'm really not surprised. Incrementally is really hard. I'm reminded
of all the problems we had with just the "trivial" issue of just knowing
when to consider something uninteresting or not, that ended up depending
on commit timestamps etc, and had problems with people having their clocks
set incorrectly.
Doing the ops once you have the full DAG is usually _trivial_ by
comparison.
Surely. I wasn't productive tonight anyway, and I'll give up for now and
keep the post-processing version in 'pu', perhaps queued in 'next' during
the 1.6.0-rc period. Perhaps somebody cleverer than me will feel itchy
enough to make an incremental version someday ;-)