Lindenii Project Forge
Login

hare-git

Git library for Hare
Commit info
ID
b78756079402fc0731fb678f331ecda851a73057
Author
Runxi Yu <me@runxiyu.org>
Author date
Sun, 14 Sep 2025 02:28:46 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Sun, 14 Sep 2025 02:28:46 +0800
Actions
Update README
# hare-git — Git library for Hare

**Work in progress.**

## Notes

- Only SHA-256 is supported for now.
- Many, many limitations.

## Dependencies

- [hare-compress](https://git.sr.ht/~sircmpwn/hare-compress)

## Contributing

Create a branch that begins with `contrib/` and push to the
[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-git/)
[main repo](https://forge.lindenii.org/hare/:/repos/hare-git/)
via SSH directly.

```
git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-git/
git clone ssh://forge.lindenii.org/hare/:/repos/hare-git/
cd hare-git
git checkout -b contrib/whatever
# edit and commit stuff
git push -u origin HEAD
```

## Support

[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat)
on
[irc.runxiyu.org](https://irc.runxiyu.org/).