Stop hardcoding port

This commit is contained in:
2026-08-04 16:06:20 -03:00
parent 2cdd8c11a3
commit 6f7da8908b
6 changed files with 200 additions and 141 deletions
+4
View File
@@ -23,6 +23,10 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
machine's configured SSH key instead of always forcing HTTPS authentication.
- Fixed synchronization of unborn repositories, which previously attempted to
push a nonexistent `main` ref.
- Fixed custom Gitea SSH endpoints by preserving or retrieving the advertised
clone URL instead of guessing `git@<web-host>` on port 22.
- Fixed network authentication by allowing Git and SSH to use the real terminal
instead of disabling prompts globally.
## [0.2.0] - 2026-02-15