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 - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
5 this command runs too slow in got-read-pack
6 (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
7 commit fb4d85023675bc7da402da96b2bb84fd12905dbf is:
8 from: jsg <jsg@openbsd.org>
9 date: Wed May 22 00:40:06 2019 UTC
10 "add amdgpu from linux 4.19.44 for recent AMD Radeon parts"
11 - improve performance of usr.bin/diff and port these changes back to got
12 (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)
14 got:
15 - 'histedit -c' prompts for log message even if there are no changes to commit
16 - recursive addition: got add -R
17 - recursive removal: got rm -R
19 tog:
20 - cosmetic display issues involving \n and TABs should be fixed
21 - implement horizonal scrolling in all views
22 - implement horizonal split view mode
23 - implement search feature for diff view
24 - implement 'limit' for 'tog log' (like search but display matched commits only)
25 - allow moving to prev/next blamed line in diff view if opened from blame view,
26 similar to how the diff view can switch commits if opened from log view
27 - tog should have a command to list and log/browse references