Blob


1 lib:
2 - handle checkout of trees which contain submodules by identifying and
3 ignoring such tree entries; requires a .ini config parser (from isakmpd?)
4 - allow adding directory paths with 'got add'
5 - recursive addition: got add -R
6 - recursive removal: got rm -R
7 - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
8 this command runs too slow in got-read-pack
9 (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
10 - improve performance of usr.bin/diff and port these changes back to got
11 (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)
13 got:
14 - 'histedit -c' prompts for log message even if there are no changes to commit
16 tog:
17 - implement horizonal scrolling in all views
18 - implement horizonal split view mode
19 - implement search feature for diff view
20 - implement 'limit' for 'tog log' (like search but display matched commits only)
21 - allow moving to prev/next blamed line in diff view if opened from blame view,
22 similar to how the diff view can switch commits if opened from log view
23 - tog should have a command to list and log/browse references