@(BranchNames.Count == 0 ? $"Nothing has been pushed to {Repository} yet." : $"No revision called {Reference ?? "HEAD"} in {Repository}.")
log @Where
@* A plain GET form: the log is a URL, and narrowing it should produce one you can link to. Nothing here needs script. *@No commits@(string.IsNullOrEmpty(Path) ? "" : $" touching {Path}").
} else {| age | commit | subject | author |
|---|---|---|---|
| @Age(commit.Author.When) | @commit.ShortSha | @commit.Summary @if (commit.IsMerge) { merge } @foreach (var name in commit.Refs) { @name } | @commit.Author.Name |