aboutsummaryrefslogtreecommitdiff
path: root/remote_url.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05Unexport fields in Serverv0.1.24Runxi Yu1-2/+2
2025-04-05Move things to internal/v0.1.23Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-5/+5
2025-04-05config shall no longer be a global variableRunxi Yu1-4/+4
2025-04-05misc: Move url.go into the misc packageRunxi Yu1-2/+4
2025-04-01More segments fixesRunxi Yu1-2/+2
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+4
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-19Remove underscores from Go code, pt 6Runxi Yu1-4/+4
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-4/+4
2025-03-06*: Support subgroups via SQL recursionRunxi Yu1-4/+4
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-18*.go: Add some comments for docsRunxi Yu1-0/+2
2025-02-17remote_url.go: Don't use path.Join (it strips :// into :/)Runxi Yu1-3/+3
2025-02-17{remote_url,ssh_server}.go: Use path.Join instead of trimming and addingRunxi Yu1-3/+3
2025-02-16repo_index: Add HTTP clone along with SSHRunxi Yu1-0/+4
2025-02-13*.go: ReformatRunxi Yu1-2/+1
2025-02-13ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu1-0/+11
Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work.