Page MenuHomePhabricator

Don't parse separator tabs as part of the filename in Git diffs which affect files with spaces
ClosedPublic

Authored by epriestley on Aug 14 2014, 4:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 6, 8:04 PM
Unknown Object (File)
Thu, Jan 30, 12:32 PM
Unknown Object (File)
Tue, Jan 28, 9:07 AM
Unknown Object (File)
Thu, Jan 23, 3:06 AM
Unknown Object (File)
Jan 11 2025, 9:31 PM
Unknown Object (File)
Jan 11 2025, 9:25 AM
Unknown Object (File)
Dec 27 2024, 12:53 PM
Unknown Object (File)
Dec 24 2024, 4:33 PM
Subscribers

Details

Summary

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.

Test Plan

Added failing unit test and made it pass.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Don't parse separator tabs as part of the filename in Git diffs which affect files with spaces.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision is now accepted and ready to land.Aug 14 2014, 6:50 PM
epriestley updated this revision to Diff 24717.

Closed by commit rARC65b6e1bdac6e (authored by @epriestley).