diff options
| author | 2026-03-23 14:13:38 +0000 | |
|---|---|---|
| committer | 2026-03-23 14:13:38 +0000 | |
| commit | 1556cfb51d980ae8c5bf664ad69f3abd46f02386 (patch) | |
| tree | 0903ffce81b8747f5a42f4371bcbafd0eb193bed | |
| parent | object/resolve: Right, I could use min here. (diff) | |
| signature | No signature | |
README: Fix some typos v0.1.101
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79,7 +79,7 @@ Furgit is a low-level Git library in Go. * [ ] Describe * [ ] Revision syntax * [ ] Namespaces - * [ ] Repalce refs, grafts + * [ ] Replace refs, grafts * [X] Reference stores * [X] Chain lookup store * [X] Files reference store @@ -109,7 +109,7 @@ Furgit is a low-level Git library in Go. * [ ] Git notes * [ ] Git attributes * [ ] Pseudorefs - * Integrity and maintainence + * Integrity and maintenance * [ ] Fsck * [ ] Repacking * [ ] Garbage collection @@ -279,7 +279,7 @@ Mainly tests the packfile object reader. * Translated hare-git and put it into `internal/common/git` in Villosa * Extracted it out into this general-purpose library * "Fur" is "git" left-shifted by 1 on QWERTY -* Some architectual elements inspired by [upstream Git](https://git-scm.com), +* Some architectural elements inspired by [upstream Git](https://git-scm.com), OpenBSD's [Game of Trees](https://gameoftrees.org), and [9front Git](https://git.9front.org/plan9front/9front/HEAD/sys/src/cmd/git/f.html). |
