Blame


1 54f77e21 2019-01-06 stsp lib:
2 b07cf8c3 2019-06-25 stsp - improve performance of usr.bin/diff and port these changes back to got
3 b07cf8c3 2019-06-25 stsp (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)
4 54f77e21 2019-01-06 stsp
5 54f77e21 2019-01-06 stsp tog:
6 54f77e21 2019-01-06 stsp - implement horizonal scrolling in all views
7 54f77e21 2019-01-06 stsp - implement horizonal split view mode
8 5a5bf2ac 2019-06-25 stsp - implement search feature for diff view
9 f851031c 2019-10-24 stsp - highlight matched parts of commits in tog log search, and then allow regular
10 f851031c 2019-10-24 stsp input to continue (such that the cursor can be moved) while tog is searching
11 5a5bf2ac 2019-06-25 stsp - implement 'limit' for 'tog log' (like search but display matched commits only)
12 72640c6b 2019-03-07 stsp - allow moving to prev/next blamed line in diff view if opened from blame view,
13 72640c6b 2019-03-07 stsp similar to how the diff view can switch commits if opened from log view
14 a351b7ff 2019-05-16 stsp - tog should have a command to list and log/browse references