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.

TODO: What does git.sr.ht and tangled need

Runxi Yu e3de5932 301bb73d

+24
+24
TODO
··· 1 + Missing operations that git.sr.ht needs 2 + ======================================= 3 + 4 + * Repository init 5 + * Clone/fetch (but that's handled by the CLI) 6 + * Resolving revisions 7 + * Better diffing; patch generation 8 + * Log and revision walking, optionally filtered by path 9 + * Config writing 10 + 11 + Missing operations that tangled needs 12 + ===================================== 13 + 14 + * Repository init 15 + * Clone/fetch (but that's handled by the CLI) 16 + * Resolving revisions 17 + * Better diffing; patch generation 18 + * Submodule config (but we should make the CLI handle these) 19 + * Potentially, convenience APIs for branch/tag refs 20 + * Log and revision walking, optionally filtered by path 21 + 22 + Unstructured ones 23 + ================= 24 + 1 25 * Receive-pack hook shape redesign; separate post-ref and post-ingest hook 2 26 types. 3 27 * Completely redo error handling.