From 5845a8685b1696cd510a3362d1f174568d3a9221 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 21:22:24 +0100 Subject: feat: Remove under development warning The project is good shape now that there is not need to the warning. --- templates/commit.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/commit.qtpl') diff --git a/templates/commit.qtpl b/templates/commit.qtpl index adc6f2a..b58b238 100644 --- a/templates/commit.qtpl +++ b/templates/commit.qtpl @@ -7,8 +7,8 @@
{%s c.Commit().Hash.String()[0:8] %}{%s c.Commit().Author.Name %} - — {% if c.HasReference() %} + — {% for _, r := range c.References() %} {% if r.Name().IsBranch() %} {%s r.Name().Short() %} -- cgit v1.2.3