···2233* See [gitbench](https://git.sr.ht/~runxiyu/gitbench).
44* `legacy` branch furgit is slightly faster due to buffer reuse and custom
55- ZLIB. These will be re-added.
66-* Alpine edge, i5-10210U, `performance` governor, `linux.git`.
55+ ZLIB. These will be re‐added.
66+* Alpine edge, i5‐10210U, `performance` governor, `linux.git`.
77* go-git may become much faster when
88 [#1894](https://github.com/go-git/go-git/pull/1894)
99 and such are fully in use.
+2-2
CONTRIBUTING.md
···18181919Please ask for help with writing your regression test before asking for your
2020problem to be fixed. Time invested in writing a regression test saves time
2121-wasted on back-and-forth discussion about how the problem can be reproduced. A
2121+wasted on back‐and‐forth discussion about how the problem can be reproduced. A
2222regression test will need to be written in any case to verify a fix and
2323prevent the problem from resurfacing.
2424···5252license" refers to the GNU Affero General Public License, Version 3.0, with
5353the above proxy designation in the README, pursuant to Section 14.
54545555-All contributors are required to "sign-off" their commits (using `git commit
5555+All contributors are required to "sign‐off" their commits (using `git commit
5656-s`) to indicate that they have agreed to the [Developer Certificate of
5757Origin](https://developercertificate.org), reproduced below.
5858
+2-2
README.md
···33[](https://builds.sr.ht/~runxiyu/furgit)
44[](https://pkg.go.dev/codeberg.org/lindenii/furgit)
5566-Furgit is a low-level Git library in Go.
66+Furgit is a low‐level Git library in Go.
7788## Status
99···14141515## Goals
16161717-* General-purpose Git plumbing library for UNIX-like systems
1717+* General‐purpose Git plumbing library for UNIX‐like systems
1818* Aim for extremely clear and modular architecture
1919* Then aim for high performance
2020* Expect familiarity with Git internals