shithub: furgit

Download patch

ref: 231003d2dbe0ec090056ccea891a792806b04d54
parent: c0c1774390a56bcda112c6ec3d00344f7368659a
author: Runxi Yu <runxiyu@umich.edu>
date: Thu Mar 19 17:32:35 EDT 2026

README: Updates

--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@
 * 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 @@
 
 ## Not planned
 
-* Any CLI tools whatsoever
+* CLI tools
 * Clone
 * Anything reasonably considered "porcelain"
 * Credential helper
--