Skip to content
  • Paul Mackerras's avatar
    Use git-rev-list --header. · b490a991
    Paul Mackerras authored
    With --header, git-rev-list gives us the contents of the commit
    in-line, so we don't need to exec a git-cat-file to get it, and we
    don't need the readobj command either.
    Also fixed a residual problem with handling the commit that
    has a parent listed twice.
    b490a991