ref:f3281b695d81c30af529d1b618151d454ca4bff4

Merge pull request #3 from feat/configurable-size-limits-and-docs into main

SHA: f3281b695d81c30af529d1b618151d454ca4bff4
Author: Anvil <noreply@anvil.fangorn.io>
Date: 2026-04-09 13:02
8 files changed +177 -27
Type
CHANGELOG.md +15 −0
@@ -5,6 +5,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Repository integrity verification (`Fsck.check/2`) with full and quick modes
- `list_objects/2` callback on Storage behaviour for enumerating loose objects
- Dialyzer enforced in CI pipeline
- `Pack.Reader.read_object/4` with external resolver for REF_DELTA bases
### Fixed
- `Diff.diff_blobs/4` spec now includes binary file return variant
- `Protocol.ReceivePack` state type includes all struct fields
- Resolved all Dialyzer warnings (4 type errors)
## [0.1.0] - 2026-02-10
### Added
README.md +1 −0
@@ -18,5 +18,6 @@
- **Git wire protocol** — pkt-line framing, upload-pack, receive-pack
- **Pluggable storage** — filesystem, S3 (any S3-compatible service), and in-memory backends
- **ETS caching** — LRU object cache with configurable size limits
- **Integrity verification** — fsck with full (SHA re-hash) and quick (refs-only) modes
## Installation