aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/handler')
-rw-r--r--pkg/handler/git/handler.go2
1 files changed, 0 insertions, 2 deletions
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)