aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_log.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_handle_repo_log.go')
-rw-r--r--http_handle_repo_log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_log.go b/http_handle_repo_log.go
index 39be231..2dec6bd 100644
--- a/http_handle_repo_log.go
+++ b/http_handle_repo_log.go
@@ -12,7 +12,7 @@ import (
)
// TODO: I probably shouldn't include *all* commits here...
-func httpHandleRepoLog(w http.ResponseWriter, r *http.Request, params map[string]any) {
+func httpHandleRepoLog(w http.ResponseWriter, _ *http.Request, params map[string]any) {
var repo *git.Repository
var refHash plumbing.Hash
var err error