Commit 37dcdc09582dab58c7d1f6bfa12d758a5172e145

Stefan Sperling 2019-07-30T18:12:43

TODO: add author, date, and logmsg for fb4d85023675bc7da402da96b2bb84fd12905dbf

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/TODO b/TODO
index 4c5f895..40050b6 100644
--- a/TODO
+++ b/TODO
@@ -8,6 +8,10 @@ lib:
 - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
   this command runs too slow in got-read-pack
   (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
+  commit fb4d85023675bc7da402da96b2bb84fd12905dbf is:
+      from: jsg <jsg@openbsd.org>
+      date: Wed May 22 00:40:06 2019 UTC
+      "add amdgpu from linux 4.19.44 for recent AMD Radeon parts"
 - improve performance of usr.bin/diff and port these changes back to got
   (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)