aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-25 08:00:00 +0800
committerGravatar Runxi Yu2025-11-25 08:00:00 +0800
commit0f4a7e8c0c5ac2fa4f205c8ed83b6a6d7e192657 (patch)
treefb1a2a6c5e4c9d08ad04260d757e1f0d62c4821c /README.md
parentrefs: Clarify how annotated tags are not peeled (diff)
signatureNo signature
README: Remove internal todo list and put it in a separate file
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index b2c94a30..f7b1ce35 100644
--- a/README.md
+++ b/README.md
@@ -196,14 +196,3 @@ By making a contribution to this project, I certify that:
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.