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