mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Set IGNORE_WHITESPACE_EOL on Windows.
This commit is contained in:
parent
4fbbcac3bc
commit
cea6926cf2
@ -511,7 +511,7 @@ export default class GitRepositoryAsync {
|
||||
// Ignore eol of line differences on windows so that files checked in
|
||||
// as LF don't report every line modified when the text contains CRLF
|
||||
// endings.
|
||||
// TODO: set GIT_DIFF_IGNORE_WHITESPACE_EOL
|
||||
options.flags = Git.Diff.OPTION.IGNORE_WHITESPACE_EOL
|
||||
}
|
||||
return this._diffBlobToBuffer(blob, text, options)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user