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 %}
{{ owner }}/{{ repository }}
{% include "repository-nav.html" %}
Browse tree · Show commit · Download archive
{% endif %} {% if page_kind == "summary" %}{{ http_clone_url }}{{ ssh_clone_url }}{{ item.id }} {{ item.summary }} — {{ item.author_name }}Binary README content cannot be shown.
{% else %}This repository has no commits.
{% endif %} {% endif %} {% if page_kind == "commits" %}{{ item.id }} {{ item.summary }} — {{ item.author_name }}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 }}Scanned {{ search_files }} files and {{ search_bytes }} bytes. Found {{ search_matches.len() }} matching lines.{% if search_truncated %} More results exist. Refine the search text.{% endif %}
{{ item.line }}This repository has no commits to search.
{% endif %} {% endif %} {% endblock %}