index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
remote_url.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-04-01
More segments fixes
Runxi Yu
1
-2
/
+2
2025-03-31
Add descriptive comments to most Go functions
Runxi Yu
1
-0
/
+4
2025-03-31
Replace FileContributor with FileCopyrightText
Runxi Yu
1
-1
/
+1
2025-03-19
Remove underscores from Go code, pt 6
Runxi Yu
1
-4
/
+4
2025-03-19
Remove underscores from Go code, pt 4
Runxi Yu
1
-4
/
+4
2025-03-06
*: Support subgroups via SQL recursion
Runxi Yu
1
-4
/
+4
2025-03-03
Add SPDX license headers to all Go files
Runxi Yu
1
-0
/
+3
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.