Commit 45f2ef4ca88b7a468ccae02543aa4b0baa662dd2

Stefan Sperling 2019-06-28T22:07:21

add a todo item for abbreviated object IDs

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/TODO b/TODO
index 7aaa8ea..033920c 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,7 @@ lib:
   (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
 - 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)
+- disambiguate abbreviated object IDs based on object type
 
 tog:
 - implement horizonal scrolling in all views