NEW 68020
diff-based tools (check-webkit-style, prettypatch, etc.) get confused by git line-ending output
https://bugs.webkit.org/show_bug.cgi?id=68020
Summary diff-based tools (check-webkit-style, prettypatch, etc.) get confused by git ...
Eric Seidel (no email)
Reported 2011-09-13 12:26:47 PDT
ERROR: Unexpected diff format when parsing a chunk: 'The file will have its original line endings in your working directory.' ERROR: Unexpected diff format when parsing a chunk: 'warning: LF will be replaced by CRLF in WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops.' ERROR: Unexpected diff format when parsing a chunk: 'The file will have its original line endings in your working directory.' ERROR: Unexpected diff format when parsing a chunk: 'XHTMLMP) $(ENABLE_XPATH) $(ENABLE_XSLT);'
Attachments
Eric Seidel (no email)
Comment 1 2011-09-13 12:29:33 PDT
Tom Zakrajsek
Comment 2 2011-09-13 13:23:46 PDT
Might be fixed locally by git config --global core.autocrlf true. I'm looking to see if there is a param we can specify for same.
Note You need to log in before you can comment on or make changes to this bug.