No repository called @Repository.
@info.DisplayName @if (info.Head is { } head) { on @head }
-
@if (info.Description is { } description)
{
- about
- @description } @if (info.Owner is { } owner) {
- owner
- @owner } @if (Service.CloneUrl(info.Name) is { } clone) {
- clone
- @clone } @if (Refs is { } refs) {
- refs
- @Branches(refs), @Tags(refs) }
Nothing committed yet.
recent commits full log
| @Age(commit.Author.When) | @commit.ShortSha | @commit.Summary @foreach (var name in commit.Refs) { @name } | @commit.Author.Name |