packsaddle / ruby-git_diff_parser

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

Some filenames contain trailing whitespace #208

Closed daniel-beard closed 5 years ago

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

@daniel-beard Could you give me small example? I want to try reproducing.

daniel-beard commented 5 years ago

@sanemat there's a sample diff here: https://github.com/danger/danger/pull/1102 where I fixed the same issue.

This is the link to the git source that produces the extra tab character when a file contains a space

sanemat commented 5 years ago

Thank you for your information! I can understand this.