Commits
- Commit:
4b752015b5208a96c2d1b6c1c6b8589884b8b2b6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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
- Commit:
e6e73e5504113b6c75f1b2e3dec3e22af8f41996
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
move remaining got_opentemp's out of blame. ok op@
- Commit:
1b484788fec38ce9936267c176e77f653d749b8d
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
move got_opentempfd out of blame_open ok stsp@ jrick@
- Commit:
392891ce58d003c4ae3d634509a29ca020f12e92
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pass an already open commit object to the blame callback
ok op@
- Commit:
6fb7cd117fc5150498bd6135a2904a7c726ae49e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add cancellation support to commit graph and 'got blame'
- Commit:
0d8ff7d595e6abb49387494684cd73113df880c0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_blame_incremental() to got_blame()
- Commit:
e27a7222faaa171dcb086ea0b566dc7bebb74a0b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove got_blame() API, now unused
- Commit:
3bf198ba335fa30c8d16efb5c8e496200ac99c05
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
always pass commit ID to incremental blame callback
- Commit:
d68a0a7de13af722c55099582019c03240e13320
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement cleaner cancellation of tog's blame view
- Commit:
84451b3ef755f3226d0d79af367632e5f3a830e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement incremental blame display for tog
- Commit:
e67369ac60ef3c13ed6ed3b4d0798267f903ce82
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
oops, forgot to add this file