You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for self hosted systems, or some weird configurations (like using an SSH tunnel) the SSH target could be different from the main URL. A config option should make it possible and avoid assumption that a single same fqdn is used for both.
The text was updated successfully, but these errors were encountered:
- proxy support (using the gitconfig http configuration)
- custom certificate CA bundle setting
- support of scheme/port settings
- custom SSH URI setup
- and even a setting to define private repository upon creation
kudos to @pyhedgehog to force me into implementing that ☺
Fixes: #107Fixes: #106Fixes: #81Fixes: #88
Signed-off-by: Guyzmo <[email protected]>
- proxy support (using the gitconfig http configuration)
- custom certificate CA bundle setting
- support of scheme/port settings
- custom SSH URI setup
- and even a setting to define private repository upon creation
kudos to @pyhedgehog to force me into implementing that ☺
Fixes: #107Fixes: #106Fixes: #81Fixes: #88
Signed-off-by: Guyzmo <[email protected]>
🚧 Features
* Gogs (fixes#18) (kudos @pyhedgehog)
* certificate pinning (fixes#88)
* non-standard http ports (fixes#81)
* possibility to use custom SSH address (fixes#107)
* .gitconfig in XDG home directory (fixes#95)
* .gitconfig's proxy definition support (fixes#105)
* automatically grab PR title/body from last commit (fixes#73)
🚒 Bugfixes
* refactoring of listings, improved list command (fixes#114)
💄 Cosmetics
* Switch to a git tag scheme for versioning (using setuptools-scm)
* Updated README with new informations
* Added @pyhedgehog to contributors
* Updated TODO list
Signed-off-by: Guyzmo <[email protected]>
for self hosted systems, or some weird configurations (like using an SSH tunnel) the SSH target could be different from the main URL. A config option should make it possible and avoid assumption that a single same fqdn is used for both.
The text was updated successfully, but these errors were encountered: