aboutsummaryrefslogtreecommitdiff
path: root/remote_url.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-25/+0
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-2/+2
* Move things to internal/v0.1.23Runxi Yu2025-04-051-1/+1
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-5/+5
* config shall no longer be a global variableRunxi Yu2025-04-051-4/+4
* misc: Move url.go into the misc packageRunxi Yu2025-04-051-2/+4
* More segments fixesRunxi Yu2025-04-011-2/+2
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+4
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Remove underscores from Go code, pt 6Runxi Yu2025-03-191-4/+4
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-4/+4
* *: Support subgroups via SQL recursionRunxi Yu2025-03-061-4/+4
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+2
* remote_url.go: Don't use path.Join (it strips :// into :/)Runxi Yu2025-02-171-3/+3
* {remote_url,ssh_server}.go: Use path.Join instead of trimming and addingRunxi Yu2025-02-171-3/+3
* repo_index: Add HTTP clone along with SSHRunxi Yu2025-02-161-0/+14