Blame


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