all repos

mugit @ f76eb92

🐮 git server that your cow will love
2 files changed, 10 insertions(+), 1 deletions(-)
update changelog
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-25 00:15:53 +0200
Change ID: lomtprovrwtonvprxwoypsqzmkwqlwts
Parent: f399e2a
M CHANGELOG.md

@@ -1,5 +1,14 @@

# Changelog +## 0.3.0 (unreleased) + +### Features: +- Paginate log page (150 commits per page). + +### Bug fixes: +- Allow downloading only valid and existing refs. +- Support refs with special characters in names (e.g. `/` or `#`). + ## 0.2.0 ### Features
M README.md

@@ -6,7 +6,7 @@ [See it in action!](https://git.olexsmir.xyz)

## Features -- Web interface — browse repositories, view commits, files, and diffs +- Web interface — browse repositories, view commits, files, and diffs (no javascript required) - Git Smart HTTP — clone over HTTPS (use SSH for pushing) - Git over SSH — push and clone over SSH - Mirroring — automatically mirror repositories (supports GitHub authentication)