aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-14 00:00:00 +0000
committerGravatar Runxi Yu2025-11-14 00:00:00 +0000
commitc5f277b4010b8ec9a523ed7e9a468170d5912dba (patch)
treec7915e5b397a405a984744be2b9d962d2521bf2d /README.md
parentAdd a README (diff)
signature
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32bc6372..7cfa6051 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ packfiles in the tests but they need to be refactored.
## Performance
Furgit is aggressively optimized for performance.
-[As of Novemeber 2025](https://git.sr.ht/~runxiyu/gitbench),
+[As of November 2025](https://git.sr.ht/~runxiyu/gitbench),
for large repos such as
[Linux](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git),
it is:
@@ -48,3 +48,12 @@ it is:
I was thinking of names and I accidentally typed "git" as "fur" (i.e., left
shifted one key on my QWERTY keyboard).
+
+## License
+
+Currently, GNU Affero General Public License, version 3 only.
+
+As an exception, `pack_idx.go` (responsible for `.idx` files which index
+packfiles) is public domain; I'd be happy to see a port of it to
+[go-git](https://github.com/go-git/go-git), although achieving the same
+level of performance likely requires memory mapping.