Commit {{ commit.id }}
- Author
- {{ commit.author_name }} <{{ commit.author_email }}>
- Committed
- Tree
{{ commit.tree }}
{% for parent in commit.parents %}
- Parent
{{ parent }}· Diff
{% endfor %}
{{ commit.message }}
{% extends "base.html" %}
{% block title %}{{ page_title }} · tit{% endblock %}
{% block content %}
Binary README content cannot be shown.{{ owner }}/{{ repository }}
Clone
{{ http_clone_url }}{{ ssh_clone_url }}Recent commits
{% for item in history %}
{{ item.id }} {{ item.summary }} — {{ item.author_name }}{{ readme_path }}
{% if readme_binary %}
This repository has no commits.
{% endif %} {% endif %} {% if page_kind == "refs" %}| Name | Target | Details |
|---|---|---|
| {{ item.name }} | {{ item.target }} |
{% if item.symbolic != "" %}→ {{ item.symbolic }}{% endif %}{% if item.peeled != "" %}peeled {{ item.peeled }}{% endif %} |
| Mode | Type | Name | Object |
|---|---|---|---|
{{ item.mode }} | {{ item.kind }} | {{ item.name }} | {{ item.id }} |
Binary content cannot be shown. Use the raw link to download it.
{% else %}{{ blob_content }}
{% endif %}
{% endif %}
{% if page_kind == "commit" %}
{{ commit.id }}{{ commit.tree }}{{ parent }} · Diff{{ commit.message }}
{{ secondary_id }} → {{ commit_id }}
Mode {{ file.old_mode }} → {{ file.new_mode }}; object {{ file.old_id }} → {{ file.new_id }}
Binary content changed.
{% else %}{{ file.hunks }}
{% endif %}
Binary content cannot be blamed.
{% else %}{{ item.commit_id }} lines {{ item.source_start_line }}–{{ item.end_line }}{% if item.source_path != "" %} from {{ item.source_path }}{% endif %}{{ item.content }}