shithub: furgit

Download patch

ref: 0923370014e3d04d48a7393119601ee44325cc3d
parent: 040b572d95e4ca27e1ada6113c405b8a1eb4a669
author: Runxi Yu <runxiyu@umich.edu>
date: Wed Mar 11 19:33:19 EDT 2026

README: Less personal

--- a/README.md
+++ b/README.md
@@ -272,16 +272,14 @@
 
 ## History and lineage
 
-* I wrote Lindenii Forge
-* I wrote [hare-git](https://codeberg.org/lindenii/hare-git)
-* I wanted a faster Git library for
+* Lindenii Forge
+* [hare-git](https://codeberg.org/lindenii/hare-git)
+* Faster Git library needed for
   [Lindenii Villosa](https://codeberg.org/lindenii/villosa)
   the next generation of Lindenii Forge
-* I translated hare-git and put it into `internal/common/git` in Villosa
-* I extracted it out into a general-purpose library, which is what we
-  have now
-* I was thinking of names and I accidentally typed "git" as "fur" (i.e., left
-  shifted one key on my QWERTY keyboard), so, "Furgit"
+* 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),
   OpenBSD's [Game of Trees](https://gameoftrees.org), and
   [9front Git](https://git.9front.org/plan9front/9front/HEAD/sys/src/cmd/git/f.html).
--