diff options
| author | 2026-03-19 21:32:35 +0000 | |
|---|---|---|
| committer | 2026-03-19 21:32:35 +0000 | |
| commit | 231003d2dbe0ec090056ccea891a792806b04d54 (patch) | |
| tree | 75be6102442a9527e360155377d7e301309cac4b /README.md | |
| parent | object/resolve: Exhaustive (diff) | |
| signature | No signature | |
README: Updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,11 +13,11 @@ Furgit is a low-level Git library in Go. * Several years away from stable * Will use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) starting at 1.0.0 -## General goals +## Goals -* General-purpose Git library for UNIX-like systems -* Prioritize APIs for forges and other server-side uses first +* General-purpose Git plumbing library for UNIX-like systems * Aim for clear architecture then high performance +* Expect familiarity with Git internals ## Features @@ -219,7 +219,7 @@ Furgit is a low-level Git library in Go. ## Not planned -* Any CLI tools whatsoever +* CLI tools * Clone * Anything reasonably considered "porcelain" * Credential helper |
