shithub: furgit

Download patch

ref: 0f4a7e8c0c5ac2fa4f205c8ed83b6a6d7e192657
parent: a9bee89154d68715e173550f632fba563914df0a
author: Runxi Yu <me@runxiyu.org>
date: Tue Nov 25 03:00:00 EST 2025

README: Remove internal todo list and put it in a separate file

--- a/README.md
+++ b/README.md
@@ -196,14 +196,3 @@
     maintained indefinitely and may be redistributed consistent with
     this project or the open source license(s) involved.
 ```
-
-## Internal to-do list
-
-* Consider adding repository methods that attempt to resolve objects
-  of a particular type. They would attempt to resolve the object's
-  header and return an error if the type mismatches; if it matches,
-  they continue from that point (passing along some state such as
-  the packLocation to avoid re-resolving the location from index
-  files).
-* There may be some cases where integer overflows are handled
-  incorrectly.
--- /dev/null
+++ b/TODO.md
@@ -1,0 +1,10 @@
+## Internal to-do list
+
+* Consider adding repository methods that attempt to resolve objects
+  of a particular type. They would attempt to resolve the object's
+  header and return an error if the type mismatches; if it matches,
+  they continue from that point (passing along some state such as
+  the packLocation to avoid re-resolving the location from index
+  files).
+* There may be some cases where integer overflows are handled
+  incorrectly.
--