Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-26 | Make smart http git protocol work without authentication | Dmitry Ilvokhin | |
Ask to authenticate only when trying to push to repository. All other operations do not require authentication anymore. Http protocol is still not fully usable, because of the git (git) and fcgiwrap (http) are running under different user. `GIT_HTTP_EXPORT_ALL` was removed to forbid export of private repositories via http protocol. |