You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original commit message:
Universal diffs as generated by git (for example) have some compatibility problems regarding what lcov --diff expects. This pull request fixes a few of those problems to make it easier to use git diffs. In particular:
- Start-of-block lines are now allowed to have comments after the
ending @@. Git sometimes uses this to give hints about the diff
block location, like the function name.
- The diff reader has been changed to track more state and to be
a bit more flexible, due to git printing more info lines in between
files and in the header, like when using git show.
Committed by: Henry Cox ([email protected]) on behalf of Ricardo Garcia ([email protected])
Signed-off-by: Ricardo Garcia <[email protected]>
0 commit comments