This is an archive of the discontinued LLVM Phabricator instance.

Fix the "git modified" issue on the preserve-comments-crlf.s.
ClosedPublic

Authored by hokein on Sep 10 2019, 3:28 AM.

Details

Summary

rL371473 corrected the line ending (to crlf) in preserve-comments-crlf.s, but it causes a wired issue on git
repository (I ran git pull today, it showed a local change of that file even I did not change anything).

Event Timeline

hokein created this revision.Sep 10 2019, 3:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2019, 3:28 AM
hokein edited the summary of this revision. (Show Details)Sep 10 2019, 3:33 AM
hokein updated this revision to Diff 219522.Sep 10 2019, 4:54 AM

Update the patch.

hokein retitled this revision from Copy llvm .gitattributes to the monorepository. to Fix the "git modified" issue on the preserve-comments-crlf.s..Sep 10 2019, 4:56 AM
hokein edited the summary of this revision. (Show Details)
gribozavr accepted this revision.Sep 10 2019, 5:02 AM
This revision is now accepted and ready to land.Sep 10 2019, 5:02 AM
This revision was automatically updated to reflect the committed changes.