| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-12 | feat: add uploadpack.allowFilter support for GRASP-01 compliance | DanConwayDev | |
| Add mandatory uploadpack.allowFilter capability to support partial clones and fetches as required by GRASP-01 specification. This enables efficient git operations for bandwidth-constrained clients (e.g., browser-based git clients like git-natural-api). Changes: - Add uploadpack.allowFilter=true to git subprocess configuration - Update SmartGitServer test helper with filter support - Add integration tests for filter capability advertisement and functionality - Update documentation to reflect filter as required capability Tests verify: - Filter capability is advertised in info/refs - Filtered clones with blob:none work correctly - Filtered fetches with tree:0 work correctly | |||
| 2025-11-04 | docs: use Diátaxis structure | DanConwayDev | |