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 073e575f 2019-07-28 stsp got:
6 073e575f 2019-07-28 stsp - 'histedit -c' prompts for log message even if there are no changes to commit
7 073e575f 2019-07-28 stsp
8 54f77e21 2019-01-06 stsp tog:
9 54f77e21 2019-01-06 stsp - implement horizonal scrolling in all views
10 54f77e21 2019-01-06 stsp - implement horizonal split view mode
11 5a5bf2ac 2019-06-25 stsp - implement search feature for diff view
12 f851031c 2019-10-24 stsp - highlight matched parts of commits in tog log search, and then allow regular
13 f851031c 2019-10-24 stsp input to continue (such that the cursor can be moved) while tog is searching
14 5a5bf2ac 2019-06-25 stsp - implement 'limit' for 'tog log' (like search but display matched commits only)
15 72640c6b 2019-03-07 stsp - allow moving to prev/next blamed line in diff view if opened from blame view,
16 72640c6b 2019-03-07 stsp similar to how the diff view can switch commits if opened from log view
17 a351b7ff 2019-05-16 stsp - tog should have a command to list and log/browse references