diff options
Diffstat (limited to 'pkg/handler/git/handler.go')
-rw-r--r-- | pkg/handler/git/handler.go | 2 |
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) |