% title @repo.name, headline: "Commit #{@commit.oid[0..6]}" %> <%= partial :header, locals: { repo: @repo } %>
as seen in: <% @repo.branches_with(@commit.oid).each do |branch| %> <%= h branch.name %> <% end %>
commit:
tree:
<% @commit.parents.size.times do %>parent:
<% end %><%= patch_link @commit, @repo.param %>
<%= patch.delta.new_file[:path] %>
<% unless patch.delta.deleted? %> view file <% end %>