Commits


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


move remaining got_opentemp's out of blame. ok op@


move got_opentempfd out of blame_open ok stsp@ jrick@


pass an already open commit object to the blame callback ok op@


add cancellation support to commit graph and 'got blame'


rename got_blame_incremental() to got_blame()


remove got_blame() API, now unused


always pass commit ID to incremental blame callback


implement cleaner cancellation of tog's blame view


implement incremental blame display for tog


oops, forgot to add this file