diff options
| author | 2026-03-29 18:35:28 +0000 | |
|---|---|---|
| committer | 2026-03-29 18:35:28 +0000 | |
| commit | dae791f0b988a8bbf76b4a5d250e98070412c2da (patch) | |
| tree | 39940deea70b2fcaa99cbef61a7581d174c22899 | |
| parent | object/signed/tag: Add signed tag thingy (diff) | |
| signature | No signature | |
ROADMAP: Updates
| -rw-r--r-- | ROADMAP.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |
