2 files changed,
10 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-25 00:15:53 +0200
Authored at:
2026-02-24 23:34:55 +0200
Change ID:
lomtprovrwtonvprxwoypsqzmkwqlwts
Parent:
f399e2a
jump to
| M | CHANGELOG.md |
| M | README.md |
M
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 +## 0.3.0 (unreleased) 4 + 5 +### Features: 6 +- Paginate log page (150 commits per page). 7 + 8 +### Bug fixes: 9 +- Allow downloading only valid and existing refs. 10 +- Support refs with special characters in names (e.g. `/` or `#`). 11 + 3 12 ## 0.2.0 4 13 5 14 ### Features
M
README.md
··· 6 6 7 7 ## Features 8 8 9 -- Web interface — browse repositories, view commits, files, and diffs 9 +- Web interface — browse repositories, view commits, files, and diffs (no javascript required) 10 10 - Git Smart HTTP — clone over HTTPS (use SSH for pushing) 11 11 - Git over SSH — push and clone over SSH 12 12 - Mirroring — automatically mirror repositories (supports GitHub authentication)