{# Goblet - Web based git repository browser Copyright (C) 2012-2014 Dennis Kaarsemaker See the LICENSE file for licensing details #} {% extends "repo_base.html" %} {% block subtitle %}Commits{% endblock %} {% block repo_content %}
Parent commit{% if commit.parents|length > 1%}s{% endif %} |
{% for parent in commit.parents %}
{{ parent.hex[:7] }} {{ parent.message|shortmsg }} {% endfor %} |