Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

ROADMAP: Updates

Runxi Yu dae791f0 934865f2

+7 -6
+7 -6
ROADMAP.md
··· 17 17 * [X] Commits 18 18 * [X] Annotated tags 19 19 * [X] Stored objects 20 - * Further cryptography 21 - * [ ] OpenPGP signatures 22 - * [ ] SSH signatures 20 + * Signed objects 21 + * [X] Signed object payload/signature extraction 22 + * [ ] Signature verification 23 23 * [X] Reading object stores 24 24 * [X] Pluggable interface 25 25 * [X] Chain lookup store 26 - * [X] Bundle store 27 - * [X] MRU lookup store 26 + * [X] Mix lookup store 28 27 * [X] Reading loose objects 28 + * [ ] Reading from bundles 29 29 * [ ] Promisor remotes 30 30 * [ ] Alternates 31 31 * [X] Reading packed objects ··· 88 88 * [ ] Fast import/export 89 89 * [ ] Git notes 90 90 * [ ] Git attributes 91 - * [ ] Pseudorefs 91 + * [ ] Full pseudoref support 92 92 * Integrity and maintenance 93 93 * [ ] Fsck 94 94 * [ ] Repacking ··· 189 189 * [ ] Worktree 190 190 * [ ] Common directory 191 191 * [ ] Worktree-specific references 192 + * [X] Worktree-specific reference name validation 192 193 * Research 193 194 * [ ] Dynamic packfiles 194 195 * [ ] Compaction; page-sized hole punching