shithub: furgit

Download patch

ref: e3835d89257e42b212483a2dda1aa8046070fb5a
parent: c9ef205cfc4bbf9f8e22aa41eea1df81e5c7266f
author: Runxi Yu <runxiyu@umich.edu>
date: Tue Mar 24 02:17:14 EDT 2026

README: otherwise

--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
 
 * `repo.Objects()` is the storage layer underneath resolution.
   * Use it when you need to read object headers, read raw object contents,
-    stream object data, or look up objects directly by ID.
+    stream object data, or otherwise look up objects directly by ID.
   * Most callers who want to work with Git objects as commits, trees, blobs, or
     tags should prefer the resolver instead.
   * However, checking an object ID's size and type are somewhat common
--