Chromium Code Reviews| Index: gclient_scm.py |
| =================================================================== |
| --- gclient_scm.py (revision 56645) |
| +++ gclient_scm.py (working copy) |
| @@ -702,7 +702,7 @@ |
| path = os.path.join(self._root_dir, self.relpath) |
| if not os.path.isdir(path): |
| raise gclient_utils.Error('Directory %s is not present.' % path) |
| - command = ['diff'] |
| + command = ['diff', '-x', '--ignore-eol-style'] |
| command.extend(args) |
| filterer = DiffFilterer(self.relpath) |