From b8f51b14f28a9fe09f30fb41d140a093c20d7160 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 3 Apr 2025 16:07:41 +0800 Subject: Rename commitDisplay to commitDisplayOld --- http_handle_repo_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_handle_repo_index.go') diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go index 9dc3ea6..6852fe7 100644 --- a/http_handle_repo_index.go +++ b/http_handle_repo_index.go @@ -27,7 +27,7 @@ func httpHandleRepoIndex(writer http.ResponseWriter, _ *http.Request, params map var notes []string var branches []string var branchesIter storer.ReferenceIter - var commits []commitDisplay + var commits []commitDisplayOld repo, repoName, groupPath = params["repo"].(*git.Repository), params["repo_name"].(string), params["group_path"].([]string) -- cgit v1.2.3