From 998c1777afeeb44ecf6ba2e735a4d6176a9b339e Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 21:18:06 +0100 Subject: feat: Add tag and branch to log Now it is possible to see tag and branch on the log page. --- templates/gititemlog.qtpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gititemlog.qtpl.go') diff --git a/templates/gititemlog.qtpl.go b/templates/gititemlog.qtpl.go index 05950ed..2c9ce93 100644 --- a/templates/gititemlog.qtpl.go +++ b/templates/gititemlog.qtpl.go @@ -74,7 +74,7 @@ func (g *GitItemLogPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref s qw422016.N().S(` `) //line templates/gititemlog.qtpl:16 - StreamCommit(qw422016, name, c.Commit(), false) + StreamCommit(qw422016, name, c, false) //line templates/gititemlog.qtpl:16 qw422016.N().S(` `) -- cgit v1.2.3