aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-19 21:32:35 +0000
committerGravatar Runxi Yu2026-03-19 21:32:35 +0000
commit231003d2dbe0ec090056ccea891a792806b04d54 (patch)
tree75be6102442a9527e360155377d7e301309cac4b /README.md
parentobject/resolve: Exhaustive (diff)
signatureNo signature
README: Updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a2128614..26822cd0 100644
--- a/README.md
+++ b/README.md
@@ -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