On Mon, 29 Jan 2007, René Scharfe wrote: > > The problem here is, of course, that we don't know how beforehand much > work needs to be done. The indicator could be full of stars long before > the start of history is reached. Well, we do have an approximation for it: we know how many lines the file has, and we do know (although we don't actually track) how many lines we've blamed so far. So it would be fairly easy to give at least a *rough* indication of "percent blamed" - although it doesn't necessarily say anything about how expensive that last 1% is going to be.. Linus