class Pronto::Git::Patches

def initialize(repo, commit, patches)

def initialize(repo, commit, patches)
  @repo = repo
  @commit = commit
  @patches = patches.map { |patch| Git::Patch.new(patch, repo) }
end