Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9.3
-
None
-
None
-
linux
Description
The addition of .gitattributes text auto in THRIFT-2724 causes modified files to appear on initial Apache Thrift repo checkout (e.g. git clone) on some linux systems. Most of these files are CR/LF windows files. This patch checks in the files with LF endings to avoid phantom checkouts and to reenable correct diffs and status, also fixes a few whitespace errors.