{% extends 'base.html' %} {% block title %}Commit {{commit.sha1}}{% endblock %} {% block content %}
SHA1 | {{commit.sha1}} |
Author | {{commit.author_name}} <{{commit.author_email}}> |
Date | {{commit.author_date}} |
Status | {{commit.status}} |
Notes | {{commit.message}} |
Checkout command |
At {{l.created}} {% if l.user %}{{l.user.name}} said:{% endif %}
{{l.message}}{% endfor %}