config options and behavior tweaks to support large repositories

This commit is contained in:
Trevor Bentley
2023-01-14 19:52:11 +01:00
parent d903e4adb9
commit 6d301831b9
9 changed files with 300 additions and 152 deletions
+2
View File
@@ -14,6 +14,7 @@
<div class="commit-message">
<pre style="margin: 0;">{{commit.message}}</pre>
</div>
{% if commit.diff -%}
{% for file in commit.diff.files -%}
<div class="commit-diff">
<div class="commit-diff-header">
@@ -32,6 +33,7 @@ index {{file.oldid | truncate(length=7,end="")}}..{{file.newid | truncate(length
{% endfor -%}
<br/>
{% endfor -%}
{% endif -%}
</div>
</div>
{% endblock content %}