1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Merge pull request #20749 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-09-21 12:25:23 -04:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ import gitDiff from 'git-diff'
import _ from 'lodash'
function getGitDiff(a, b) {
return gitDiff(a, b, { flags: '--ignore-all-space' })
return gitDiff(a, b, { flags: '--text --ignore-all-space' })
}
function getMissingLines(diff) {