{% extends "repo_master.html" %} {% block title %}Commit - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }} - {{ commitid }}{% endblock %} {% set tag = "commit"%} {% block header %} {% if splitview %} {% endif %} {% endblock %} {% block repo %} {% set splitted_message = commit.message.split('\n') %} {# we recognize non-executable file, executable file and symlink #} {% set expected_modes = [33188, 33261, 40960] %}
{{ commitid|short }}
{{ splitted_message[0] }}