Commit Briefs

Stefan Sperling

switch 'tog diff' and 'tog blame' to Myers diff for speed

Make the choice of diff algorithm configurable by diff API users. The got and gotweb programs keep using Patience diffs which are prettier than Myers. But tog should be as fast as possible since it is being used interactively. If performance of Patience diff gets improved later we can consider switching tog back over to it. ok tracey jamsek




Stefan Sperling

pass an already open commit object to the blame callback

ok op@




Stefan Sperling

remove got_blame() API, now unused





Stefan Sperling

oops, forgot to add this file