Blame


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