Page MenuHomePhabricator

Parse the output of `git format-patch`
Closed, ResolvedPublic

Description

git format-patch produces diffs with a large mail header, a --stat diff, then the actual diff body, and then a footer.

We should recognize these and eat all the metadata. Ideally we should be able to parse the commit message out, like we do for git show output.

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Arcanist.
epriestley added a subscriber: epriestley.