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
F13362719: D10267.id24716.diff
Tue, Jun 25, 11:21 PM
F13359237: D10267.diff
Tue, Jun 25, 9:18 AM
F13346960: D10267.id24716.diff
Fri, Jun 21, 11:47 PM
F13344307: D10267.diff
Fri, Jun 21, 7:19 AM
F13339143: D10267.diff
Wed, Jun 19, 3:07 PM
F13329373: D10267.diff
Sun, Jun 16, 11:22 PM
F13316965: D10267.diff
Thu, Jun 13, 8:52 AM
F13315813: D10267.id24717.diff
Wed, Jun 12, 6:56 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).