aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_index.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 16:07:41 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 16:07:41 +0800
commitb8f51b14f28a9fe09f30fb41d140a093c20d7160 (patch)
tree6a91b4c1b952114b7694b978f7ce0b9924d2d669 /http_handle_repo_index.go
parentHTTP: Make README rendering more composable (diff)
downloadforge-b8f51b14f28a9fe09f30fb41d140a093c20d7160.tar.gz
forge-b8f51b14f28a9fe09f30fb41d140a093c20d7160.tar.zst
forge-b8f51b14f28a9fe09f30fb41d140a093c20d7160.zip
Rename commitDisplay to commitDisplayOld
Diffstat (limited to 'http_handle_repo_index.go')
-rw-r--r--http_handle_repo_index.go2
1 files changed, 1 insertions, 1 deletions
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)