Blob


1 lib:
2 - improve performance of usr.bin/diff and port these changes back to got
3 (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)
5 got:
6 - 'histedit -c' prompts for log message even if there are no changes to commit
8 tog:
9 - implement horizonal scrolling in all views
10 - implement horizonal split view mode
11 - implement search feature for diff view
12 - highlight matched parts of commits in tog log search, and then allow regular
13 input to continue (such that the cursor can be moved) while tog is searching
14 - implement 'limit' for 'tog log' (like search but display matched commits only)
15 - allow moving to prev/next blamed line in diff view if opened from blame view,
16 similar to how the diff view can switch commits if opened from log view
17 - tog should have a command to list and log/browse references