From 836e00f67ba2c67a89a9b62092743c44985a8a2a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Jul 2019 20:16:52 +0200 Subject: Add commits-since-tag This patch adds a "commits since tag" output in the refs view. --- gitsrht/templates/refs.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gitsrht/templates/refs.html') diff --git a/gitsrht/templates/refs.html b/gitsrht/templates/refs.html index 14d0211..e8d1c26 100644 --- a/gitsrht/templates/refs.html +++ b/gitsrht/templates/refs.html @@ -46,6 +46,9 @@ {% endif %} + + {{commits_since_rev(repo, tag)}} + {{commit_time(tag) | date}}