mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
#nocontext
This commit is contained in:
@@ -593,6 +593,7 @@ export default class GitRepositoryAsync {
|
||||
.then(entry => entry.getBlob())
|
||||
.then(blob => {
|
||||
const options = new Git.DiffOptions()
|
||||
options.contextLines = 0
|
||||
if (process.platform === 'win32') {
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user