From f976f4a9e7674802a43c38f82fb4d587f973d0d3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 14 Sep 2025 05:57:58 +0800 Subject: [PATCH] Update README --- README.md | 13 +++++++------ diff --git a/README.md b/README.md index bb19a074bb315849b18ab598ff2bccd0dda629f6..1cf10f33857f3ec5a58966f9a4f415c489f6e322 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,20 @@ # hare-git — Git library for Hare **Work in progress.** -## Notes - - Only SHA-256 is supported for now. -- Many, many limitations. +- Loose objects and packed objects are supported. +- Tags are not supported yet. +- Read-only for now. ## Dependencies -- [hare-compress](https://git.sr.ht/~sircmpwn/hare-compress) +- [hare-compress](https://git.sr.ht/~sircmpwn/hare-compress) for zlib. ## Acknowledgements -This may be considered a derivative work of -[git-walk.ha](https://git.sr.ht/~yerinalexey/git-walk.ha). +This was inspired by +[git-walk.ha](https://git.sr.ht/~yerinalexey/git-walk.ha) +but code has diverged a lot. ## Contributing -- 2.48.1