% layout("/layouts/repo.eta") %> <%~ include("./_nav.eta", {...it, view: "commits"}) %> <% const pathSuffix = it.path && it.path !== "/" ? "/" + it.path : "" %> <% if (it.commitGroups.length === 0) { %>
<%= commit.oid.substring(0, 7) %>
<% /* Like GitHub, blindly link to blob and redirect for trees */ %>
Browse