diff options
Diffstat (limited to 'templates/gititemlog.qtpl.go')
-rw-r--r-- | templates/gititemlog.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemlog.qtpl.go b/templates/gititemlog.qtpl.go index da8167a..bb37a08 100644 --- a/templates/gititemlog.qtpl.go +++ b/templates/gititemlog.qtpl.go @@ -70,7 +70,7 @@ func (g *GitItemLogPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref s qw422016.N().S(` `) //line gititemlog.qtpl:14 - StreamCommit(qw422016, name, c) + StreamCommit(qw422016, name, c, false) //line gititemlog.qtpl:14 qw422016.N().S(` `) |