aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-11 00:00:00 +0000
committerGravatar Runxi Yu2025-11-13 00:00:00 +0000
commit15855e3249754ab7dc07183c9383f8a8e8c26af2 (patch)
tree83b32bdd63f7e672152f07d89268e9b268d1f3f5 /README.md
signature
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..0673ff0d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Furgit
+
+[![builds.sr.ht status](https://builds.sr.ht/~runxiyu/furgit.svg)](https://builds.sr.ht/~runxiyu/furgit?)
+[![Go Reference](https://pkg.go.dev/badge/git.sr.ht/~runxiyu/furgit.svg)](https://pkg.go.dev/git.sr.ht/~runxiyu/furgit)
+
+Furgit is a fast implementation of Git in pure Go, extracted from
+[an internal package of Lindenii Villosa](https://codeberg.org/lindenii/villosa/src/branch/master/villosad/internal/common/git).
+
+## Development
+
+- [Main SourceHut repository](https://git.sr.ht/~runxiyu/furgit)
+ and [public inbox](https://lists.sr.ht/~runxiyu/public-inbox)
+ for [patches](https://git-send-email.io/) and discussions
+- [GitHub mirror](https://github.com/runxiyu/furgit)
+ (issues and PRs are welcome)