diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 00:31:48 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 00:32:01 +0800 |
commit | d87f80d3e14990e5d9fc83990ff04e29affa3a94 (patch) | |
tree | 5df543f16b96388c1dc7c6456c24d8b0d66b9d5d | |
parent | README.md: Add a bit of detail (diff) | |
download | forge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.tar.gz forge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.tar.zst forge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.zip |
*.go: Mass rename files for clarity
Diffstat (limited to '')
-rw-r--r-- | git_ref.go (renamed from ref.go) | 0 | ||||
-rw-r--r-- | http_global.go (renamed from global.go) | 0 | ||||
-rw-r--r-- | http_handle_group_index.go (renamed from handle_group_index.go) | 0 | ||||
-rw-r--r-- | http_handle_index.go (renamed from handle_index.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_commit.go (renamed from handle_repo_commit.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_index.go (renamed from handle_repo_index.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_info.go (renamed from handle_repo_info.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_log.go (renamed from handle_repo_log.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_raw.go (renamed from handle_repo_raw.go) | 0 | ||||
-rw-r--r-- | http_handle_repo_tree.go (renamed from handle_repo_tree.go) | 0 | ||||
-rw-r--r-- | http_render_readme.go (renamed from render_readme.go) | 0 | ||||
-rw-r--r-- | http_server.go (renamed from router_http.go) | 0 | ||||
-rw-r--r-- | http_template_funcs.go (renamed from template_funcs.go) | 0 | ||||
-rw-r--r-- | ssh_server.go (renamed from router_ssh.go) | 0 | ||||
-rw-r--r-- | ssh_utils.go (renamed from ssh.go) | 0 | ||||
-rw-r--r-- | url.go (renamed from url_misc.go) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/global.go b/http_global.go index 3e06171..3e06171 100644 --- a/global.go +++ b/http_global.go diff --git a/handle_group_index.go b/http_handle_group_index.go index 2a8e1ca..2a8e1ca 100644 --- a/handle_group_index.go +++ b/http_handle_group_index.go diff --git a/handle_index.go b/http_handle_index.go index bf36f98..bf36f98 100644 --- a/handle_index.go +++ b/http_handle_index.go diff --git a/handle_repo_commit.go b/http_handle_repo_commit.go index d79b088..d79b088 100644 --- a/handle_repo_commit.go +++ b/http_handle_repo_commit.go diff --git a/handle_repo_index.go b/http_handle_repo_index.go index 0c7b570..0c7b570 100644 --- a/handle_repo_index.go +++ b/http_handle_repo_index.go diff --git a/handle_repo_info.go b/http_handle_repo_info.go index 5dd92e9..5dd92e9 100644 --- a/handle_repo_info.go +++ b/http_handle_repo_info.go diff --git a/handle_repo_log.go b/http_handle_repo_log.go index 6a3f446..6a3f446 100644 --- a/handle_repo_log.go +++ b/http_handle_repo_log.go diff --git a/handle_repo_raw.go b/http_handle_repo_raw.go index 24b5794..24b5794 100644 --- a/handle_repo_raw.go +++ b/http_handle_repo_raw.go diff --git a/handle_repo_tree.go b/http_handle_repo_tree.go index 1dc06a8..1dc06a8 100644 --- a/handle_repo_tree.go +++ b/http_handle_repo_tree.go diff --git a/render_readme.go b/http_render_readme.go index 497b3ec..497b3ec 100644 --- a/render_readme.go +++ b/http_render_readme.go diff --git a/router_http.go b/http_server.go index fbf729b..fbf729b 100644 --- a/router_http.go +++ b/http_server.go diff --git a/template_funcs.go b/http_template_funcs.go index 19a92ec..19a92ec 100644 --- a/template_funcs.go +++ b/http_template_funcs.go diff --git a/router_ssh.go b/ssh_server.go index 8eaaebd..8eaaebd 100644 --- a/router_ssh.go +++ b/ssh_server.go |