Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-18 | *.go: Add some comments for docs | Runxi Yu | 1 | -0/+2 | |
2025-02-17 | remote_url.go: Don't use path.Join (it strips :// into :/) | Runxi Yu | 1 | -3/+3 | |
2025-02-17 | {remote_url,ssh_server}.go: Use path.Join instead of trimming and adding | Runxi Yu | 1 | -3/+3 | |
2025-02-16 | repo_index: Add HTTP clone along with SSH | Runxi Yu | 1 | -0/+4 | |
2025-02-13 | *.go: Reformat | Runxi Yu | 1 | -2/+1 | |
2025-02-13 | ssh_url_generation.go, etc.: Add config ssh.root and use it | Runxi Yu | 1 | -0/+11 | |
Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work. |