You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.
On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings sed -i 's/\r//' <file>, otherwise git will think every file has changed after headers are generated, but will not show any differences in git diff.
The text was updated successfully, but these errors were encountered:
The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.
On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings
sed -i 's/\r//' <file>
, otherwisegit
will think every file has changed after headers are generated, but will not show any differences ingit diff
.The text was updated successfully, but these errors were encountered: