Blob


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