shithub: furgit

Download patch

ref: dae791f0b988a8bbf76b4a5d250e98070412c2da
parent: 934865f2de5ecdf160d1162607743865b7944369
author: Runxi Yu <runxiyu@umich.edu>
date: Sun Mar 29 14:35:28 EDT 2026

ROADMAP: Updates

--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -17,15 +17,15 @@
   * [X] Commits
   * [X] Annotated tags
   * [X] Stored objects
-* Further cryptography
-  * [ ] OpenPGP signatures
-  * [ ] SSH signatures
+* Signed objects
+  * [X] Signed object payload/signature extraction
+  * [ ] Signature verification
 * [X] Reading object stores
   * [X] Pluggable interface
   * [X] Chain lookup store
-  * [X] Bundle store
-  * [X] MRU lookup store
+  * [X] Mix lookup store
   * [X] Reading loose objects
+  * [ ] Reading from bundles
   * [ ] Promisor remotes
   * [ ] Alternates
   * [X] Reading packed objects
@@ -88,7 +88,7 @@
   * [ ] Fast import/export
   * [ ] Git notes
   * [ ] Git attributes
-  * [ ] Pseudorefs
+  * [ ] Full pseudoref support
   * Integrity and maintenance
     * [ ] Fsck
     * [ ] Repacking
@@ -189,6 +189,7 @@
   * [ ] Worktree
     * [ ] Common directory
     * [ ] Worktree-specific references
+      * [X] Worktree-specific reference name validation
 * Research
   * [ ] Dynamic packfiles
     * [ ] Compaction; page-sized hole punching
--