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.

README, etc.: Add hjgit mirror

Runxi Yu df1f2fb3 52261def

+7 -16
-8
CONTRIBUTING.md
··· 2 2 3 3 Refer to the README for community spaces. 4 4 5 - ## Repos and mirrors 6 - 7 - * [Codeberg](https://codeberg.org/lindenii/furgit) 8 - * [SourceHut mirror](https://git.sr.ht/~runxiyu/furgit) 9 - * [tangled mirror](https://tangled.org/@runxiyu.tngl.sh/furgit) 10 - * [GitHub mirror](https://github.com/runxiyu/furgit) 11 - * [git.runxiyu.org mirror](https://git.runxiyu.org/furgit.git//) 12 - 13 5 ## Reporting bugs 14 6 15 7 Bug reports ideally include a reproduction recipe: a Go program which starts
+7 -8
README.md
··· 52 52 General Public License shall permanently authorize the use of that accepted 53 53 version for this Program. 54 54 55 - ## Alternatives 55 + ## Repos and mirrors 56 56 57 - Not endorsements. 58 - 59 - * [github.com/go-git/go-git](https://github.com/go-git/go-git) (by far the most mature) 60 - * [github.com/driusan/dgit](https://github.com/driusan/dgit) 61 - * [github.com/Nivl/git-go](https://github.com/Nivl/git-go) 62 - * [github.com/unkn0wn-root/git-go.git](https://github.com/unkn0wn-root/git-go.git) 63 - * [github.com/speedata/gogit](https://github.com/speedata/gogit) 57 + * [Codeberg](https://codeberg.org/lindenii/furgit) 58 + * [SourceHut mirror](https://git.sr.ht/~runxiyu/furgit) 59 + * [hjgit mirror](https://hjgit.org/runxiyu/furgit/HEAD/info.html) 60 + * [tangled mirror](https://tangled.org/@runxiyu.tngl.sh/furgit) 61 + * [GitHub mirror](https://github.com/runxiyu/furgit) 62 + * [git.runxiyu.org mirror](https://git.runxiyu.org/furgit.git//) 64 63