Fixes T5870. When a filename contains spaces, Git will add a "\t" at the end of the "---" and "+++" lines. We currently consume this and think we're reading a file called "blah blah\t".
Instead, parse it out as not part of the filename.
Differential D10267
Don't parse separator tabs as part of the filename in Git diffs which affect files with spaces epriestley on Aug 14 2014, 4:09 PM. Authored by Tags None Referenced Files
Subscribers
Details Fixes T5870. When a filename contains spaces, Git will add a "\t" at the end of the "---" and "+++" lines. We currently consume this and think we're reading a file called "blah blah\t". Instead, parse it out as not part of the filename. Added failing unit test and made it pass.
Diff Detail
Event Timeline |