diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | 0f4b66b0cbec0977efc9e8f3dd74bd8ae1bef1d0 (patch) | |
| tree | b5afafa6feaa0e648f3795cb24a9f570e130be31 | |
| parent | Fix DCO link (diff) | |
| signature | ||
State lineage better
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,13 +3,16 @@ [](https://builds.sr.ht/~runxiyu/furgit?) [](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). +Furgit is a fast Git library in pure Go. Furgit is in initial development, does not have tagged releases yet, and we can guarantee that the API will break every now and then. Do not use in production. +Furgit's lineage is from [Villosa](https://codeberg.org/lindenii/villosa), a +new, work-in-progress software development forge. It started as an internal +package inside Villosa, and was later extracted into a standalone module. + We do not focus on command-line utilities; in particular, Furgit does not intend to replace [upstream git](https://git-scm.com). It is intended to be used as a library. |
