-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: diff parsing with no chunk body or
-
stats
This fixes two parsing bugs in the diff parser. First, that sometimes stat blocks don't give numbers for lines added or removed, and instead just use the `-` character, which we now support. Second, that a patch can have a header with no chunks, which we also now support. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
6e99222
commit 6373bd8
Showing
2 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters