From d87f80d3e14990e5d9fc83990ff04e29affa3a94 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 00:31:48 +0800 Subject: [PATCH] *.go: Mass rename files for clarity --- global.go => http_global.go | 0 handle_group_index.go => http_handle_group_index.go | 0 handle_index.go => http_handle_index.go | 0 handle_repo_commit.go => http_handle_repo_commit.go | 0 handle_repo_index.go => http_handle_repo_index.go | 0 handle_repo_info.go => http_handle_repo_info.go | 0 handle_repo_log.go => http_handle_repo_log.go | 0 handle_repo_raw.go => http_handle_repo_raw.go | 0 handle_repo_tree.go => http_handle_repo_tree.go | 0 ref.go => git_ref.go | 0 render_readme.go => http_render_readme.go | 0 router_http.go => http_server.go | 0 router_ssh.go => ssh_server.go | 0 ssh.go => ssh_utils.go | 0 template_funcs.go => http_template_funcs.go | 0 url_misc.go => url.go | 0 diff --git a/global.go b/http_global.go rename from global.go rename to http_global.go diff --git a/handle_group_index.go b/http_handle_group_index.go rename from handle_group_index.go rename to http_handle_group_index.go diff --git a/handle_index.go b/http_handle_index.go rename from handle_index.go rename to http_handle_index.go diff --git a/handle_repo_commit.go b/http_handle_repo_commit.go rename from handle_repo_commit.go rename to http_handle_repo_commit.go diff --git a/handle_repo_index.go b/http_handle_repo_index.go rename from handle_repo_index.go rename to http_handle_repo_index.go diff --git a/handle_repo_info.go b/http_handle_repo_info.go rename from handle_repo_info.go rename to http_handle_repo_info.go diff --git a/handle_repo_log.go b/http_handle_repo_log.go rename from handle_repo_log.go rename to http_handle_repo_log.go diff --git a/handle_repo_raw.go b/http_handle_repo_raw.go rename from handle_repo_raw.go rename to http_handle_repo_raw.go diff --git a/handle_repo_tree.go b/http_handle_repo_tree.go rename from handle_repo_tree.go rename to http_handle_repo_tree.go diff --git a/ref.go b/git_ref.go rename from ref.go rename to git_ref.go diff --git a/render_readme.go b/http_render_readme.go rename from render_readme.go rename to http_render_readme.go diff --git a/router_http.go b/http_server.go rename from router_http.go rename to http_server.go diff --git a/router_ssh.go b/ssh_server.go rename from router_ssh.go rename to ssh_server.go diff --git a/ssh.go b/ssh_utils.go rename from ssh.go rename to ssh_utils.go diff --git a/template_funcs.go b/http_template_funcs.go rename from template_funcs.go rename to http_template_funcs.go diff --git a/url_misc.go b/url.go rename from url_misc.go rename to url.go -- 2.48.1