No branches.
{% else %}| branch | updated | vs {{ repo.default_branch }} | pull | |
|---|---|---|---|---|
| {{ b.name }} {% if b.is_default %}default{% endif %} | {{ b.updated }} | {% if b.is_default %} — {% else %} {% if b.ahead > 0 %}{{ b.ahead }} ahead{% endif %} {% if b.ahead > 0 && b.behind > 0 %} · {% endif %} {% if b.behind > 0 %}{{ b.behind }} behind{% endif %} {% if b.ahead == 0 && b.behind == 0 %}even{% endif %} {% endif %} | {% if let Some(n) = b.pull_number %} #{{ n }} {% else %} {% endif %} |
{% if access.can_write() && !b.is_default %}
|
No tags.
{% else %}| tag | commit | message | updated | |
|---|---|---|---|---|
| {{ t.name }} {% if t.has_release %} release {% endif %} |
{{ t.short_id }}
|
{{ t.message }} | {{ t.updated }} |
{% if access.can_write() %}
|