diffparser
diffparser copied to clipboard
Parse unified diffs with Java.
I am interested in contributing to this project, but I'm having trouble getting it up and running on my local system. (I'm much more familiar with Gradle than with Maven)....
From [this documentation](http://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html), which seems to be the most official source on the unified diff format: > The lines common to both files begin with a space character. The `tortoise.diff`...
Hi, Thanks for this useful library. When parsing the attached unified diff file, I noticed that the library fails to retrieve all the diffs (it only sees the first one)....
When parsing a `git diff` that contains YAML document separators (`---`) as part of the file content (not as part of the diff header), the parser throws: ``` A FROM_FILE...