From 2fcc394c53f995750b52ad06153041f61f0a0c55 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 9 Jun 2024 20:07:00 +0200 Subject: feat: Add global reference to ref and name --- pkg/handler/git/handler.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/handler/git') diff --git a/pkg/handler/git/handler.go b/pkg/handler/git/handler.go index d952fef..b4c7c54 100644 --- a/pkg/handler/git/handler.go +++ b/pkg/handler/git/handler.go @@ -164,8 +164,6 @@ func (g *GitHandler) Tree(w http.ResponseWriter, r *http.Request) error { GitItemBase: &templates.GitItemTreePage{ CurrentPath: rest, Tree: tree, - Ref: ref, - Name: name, }, } templates.WritePageTemplate(w, gitList) -- cgit v1.2.3