packsaddle / ruby-git_diff_parser

Parse `git diff` into patches and lines.
http://packsaddle.org
MIT License
33 stars 14 forks source link

Fix trailing whitespace issue in filename parsing #209

Closed daniel-beard closed 5 years ago

daniel-beard commented 6 years ago
daniel-beard commented 5 years ago

Any chance I could get this merged? Trailing tabs after a filename with spaces are expected, and this fixes a bug.

daniel-beard commented 5 years ago

Thanks @sanemat! Can you let me know when a new release is pushed to rubygems? I'll be able to remove some of the workaround code I have for this.

sanemat commented 5 years ago

@daniel-beard I bumped version to v3.2.0. Thank you for your contribution!