diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html
index 042bf71..3533de2 100644
--- a/progit/templates/repo_info.html
+++ b/progit/templates/repo_info.html
@@ -137,6 +137,9 @@
{{ commit.hex[:6] }}
{{ commit.message.split('\n')[0] }}
+ {% if diff_commits and commit.oid.hex in diff_commits %}
+ *
+ {% endif %}
{% endfor %}