Lindenii Project Forge
Login

hare-git

Git library for Hare (BROKEN)
Commit info
ID
f0c72e6a2ad7c2d48188cb6c904d14375ef7e586
Author
Runxi Yu <me@runxiyu.org>
Author date
Tue, 08 Apr 2025 10:55:12 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Tue, 08 Apr 2025 10:55:12 +0800
Actions
README: Remove incorrect ISC license notice
# hare-git — Git library for Hare

**Work in progress.**

## Dependencies

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

## License

This inherits the ISC license from the original code. See the LICENSE file.

## Contributing

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

```
git clone ssh://forge.lindenii.runxiyu.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/).